Skip to content

Commit 33d56c2

Browse files
committed
ci: Pass the MUSL_V1_2_3 env in docker
This was being set as part of CI but not forwarded to the jobs. Start passing it now. (backport <#4775>) (cherry picked from commit ab130bf)
1 parent c5fe2e3 commit 33d56c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run-docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ run() {
4545
--env LIBC_CI_ZBUILD_STD \
4646
--env RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS \
4747
--env RUST_LIBC_UNSTABLE_GNU_TIME_BITS \
48+
--env RUST_LIBC_UNSTABLE_MUSL_V1_2_3 \
4849
--env CARGO_HOME=/cargo \
4950
--env CARGO_TARGET_DIR=/checkout/target \
5051
--volume "$CARGO_HOME":/cargo \

0 commit comments

Comments
 (0)