Skip to content
Snippets Groups Projects
Commit 2f846f3f authored by Alex Crichton's avatar Alex Crichton
Browse files

Fix test script

parent 40710378
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ if [ "$TARGET" = "arm-linux-androideabi" ]; then
# within that image.
docker pull alexcrichton/rust-libc-test
docker run -v `pwd`:/clone -t alexcrichton/rust-libc-test sh ci/run.sh $TARGET
elif [ "$TARGET" = "x86_64-unknown-linux-gnu" ]; then
elif [ "$TARGET" = "x86_64-unknown-linux-musl" ]; then
curl -sO https://people.mozilla.org/~acrichton/libc-test/2015-09-08/x86_64-unknown-linux-musl.tar.gz | \
tar xzf -C $HOME/rust/lib/rustlib
sh ci/run.sh $TARGET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment