Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit cfad96c

Browse files
committed
Forward the CI environment variable when running in Docker
We want to be able to adjust our configuration based on whether we are running in CI, propagate this so our tests can use it.
1 parent b7a4ccf commit cfad96c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libm/ci/run-docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ run() {
2828
docker run \
2929
--rm \
3030
--user "$(id -u):$(id -g)" \
31+
-e CI \
3132
-e RUSTFLAGS \
3233
-e CARGO_HOME=/cargo \
3334
-e CARGO_TARGET_DIR=/target \

0 commit comments

Comments
 (0)