summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-08-14 07:36:41 +0200
committergnzlbg <gonzalobg88@gmail.com>2019-08-14 07:36:41 +0200
commitaf88cf1f0f6cbcc02495309a8ba757af8b082bbd (patch)
tree9752dbc7565ad7fac156e678136d214c295e58c2 /ci/run.sh
parent4f1966f5c54220d2f83bf917e91f54129651f654 (diff)
downloadrust-libc-af88cf1f0f6cbcc02495309a8ba757af8b082bbd.tar.gz
Add a build task for FreeBSD11 without LIBC_CI
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 8c56979ed6..6f2ca11fe4 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -87,8 +87,6 @@ if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
opt="--release"
fi
-export LIBC_CI=1
-
cargo test -vv $opt --no-default-features --manifest-path libc-test/Cargo.toml \
--target "${TARGET}"