Skip to content

Commit fb1901d

Browse files
committed
ci: Forward more RUST and CARGO env to docker
1 parent dfd6ab9 commit fb1901d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/run-docker.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ run() {
5959
--user "$(id -u)":"$(id -g)" \
6060
--env LIBC_CI \
6161
--env LIBC_CI_ZBUILD_STD \
62+
--env RUSTDOCFLAGS \
63+
--env RUST_BACKTRACE \
6264
--env RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS \
6365
--env RUST_LIBC_UNSTABLE_GNU_TIME_BITS \
6466
--env RUST_LIBC_UNSTABLE_MUSL_V1_2_3 \
67+
--env CARGO_TERM_COLOR \
68+
--env CARGO_TERM_VERBOSE \
6569
--env CARGO_HOME=/cargo \
6670
--env CARGO_TARGET_DIR=/checkout/target \
6771
--volume "$CARGO_HOME":/cargo \

0 commit comments

Comments
 (0)