From 5bacf490c086af135074343c9f48e80832322da0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 15 Sep 2022 06:01:21 -0400 Subject: [PATCH] Manual.md: document `XBPS_BUILD_ENVIRONMENT` --- Manual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Manual.md b/Manual.md index c24be6e90a74..f0cb3ac3bac1 100644 --- a/Manual.md +++ b/Manual.md @@ -395,6 +395,8 @@ in this directory such as `${XBPS_BUILDDIR}/${wrksrc}`. - `XBPS_RUST_TARGET` The target architecture triplet used by `rustc` and `cargo`. +- `XBPS_BUILD_ENVIRONMENT` Enables continuous-integration-specific operations. Set to `void-packages-ci` if in continuous integration. + ### Available variables