Skip to content

Commit 0763471

Browse files
committed
build-fix
1 parent c2b7132 commit 0763471

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/run-docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ run() {
4747
"ci/docker/$target"
4848
docker run \
4949
--rm \
50-
-e "RUSTFLAGS=${RUSTFLAGS:-}" \
50+
-e RUST_COMPILER_RT_ROOT \
51+
-e RUSTFLAGS \
5152
-e "CARGO_TARGET_DIR=/builtins-target" \
5253
-v "$(pwd):/checkout:ro" \
5354
-w /checkout \

0 commit comments

Comments
 (0)