summaryrefslogtreecommitdiff
path: root/ci/run-docker.sh
diff options
context:
space:
mode:
authorJonah Petri <jonah@petri.us>2022-01-20 23:05:24 -0500
committerJonah Petri <jonah@petri.us>2022-01-21 13:25:00 -0500
commitbc9e590053a8a2dc06819b8b307c087e1b60819d (patch)
treeda04f91eb2865163aae9f508be4c76dddba47647 /ci/run-docker.sh
parent72e41512de52649e70d470b159bbecb47d12c93d (diff)
downloadrust-libc-bc9e590053a8a2dc06819b8b307c087e1b60819d.tar.gz
add CI for armv7-unknown-linux-uclibceabihf
Diffstat (limited to 'ci/run-docker.sh')
-rwxr-xr-xci/run-docker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run-docker.sh b/ci/run-docker.sh
index f1fa6656c4..726c3c5a7a 100755
--- a/ci/run-docker.sh
+++ b/ci/run-docker.sh
@@ -37,6 +37,7 @@ run() {
--rm \
--user "$(id -u)":"$(id -g)" \
--env LIBC_CI \
+ --env LIBC_CI_ZBUILD_STD \
--env CARGO_HOME=/cargo \
--env CARGO_TARGET_DIR=/checkout/target \
--volume "$CARGO_HOME":/cargo \