File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments