Skip to content

Commit 44ddbe9

Browse files
committed
DO NOT MERGE make travis run the musl build
drop this when approved
1 parent c5a22c6 commit 44ddbe9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ matrix:
4242
- { <<: *linux, env: SKIP_TESTS=1 TARGET=mips64-unknown-linux-gnuabi64 }
4343
- { <<: *linux, env: SKIP_TESTS=1 TARGET=mips64el-unknown-linux-gnuabi64 }
4444
- { <<: *linux, env: SKIP_TESTS=1 TARGET=s390x-unknown-linux-gnu }
45-
- { <<: *linux, env: SKIP_TESTS=1 TARGET=x86_64-unknown-linux-musl }
45+
- { os: linux, env: SKIP_TESTS=1 TARGET=x86_64-unknown-linux-musl }
4646
- { <<: *linux, env: SKIP_TESTS=1 TARGET=arm-linux-androideabi }
4747
- { <<: *linux, env: SKIP_TESTS=1 TARGET=armv7-linux-androideabi }
4848
- { <<: *linux, env: SKIP_TESTS=1 TARGET=aarch64-linux-android }

ci/build-run-docker.sh

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ docker run \
4747
--env LIBZ_SYS_STATIC=1 \
4848
--volume "${HOME}"/.cache/sccache:/sccache \
4949
--env SCCACHE_DIR=/sccache \
50-
--env RUSTC_WRAPPER=sccache \
5150
--tty \
5251
--init \
5352
--rm \

0 commit comments

Comments
 (0)