File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ matrix:
42
42
- { <<: *linux, env: SKIP_TESTS=1 TARGET=mips64-unknown-linux-gnuabi64 }
43
43
- { <<: *linux, env: SKIP_TESTS=1 TARGET=mips64el-unknown-linux-gnuabi64 }
44
44
- { <<: *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 }
46
46
- { <<: *linux, env: SKIP_TESTS=1 TARGET=arm-linux-androideabi }
47
47
- { <<: *linux, env: SKIP_TESTS=1 TARGET=armv7-linux-androideabi }
48
48
- { <<: *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 \
47
47
--env LIBZ_SYS_STATIC=1 \
48
48
--volume " ${HOME} " /.cache/sccache:/sccache \
49
49
--env SCCACHE_DIR=/sccache \
50
- --env RUSTC_WRAPPER=sccache \
51
50
--tty \
52
51
--init \
53
52
--rm \
You can’t perform that action at this time.
0 commit comments