File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ matrix:
61
61
- env : TARGET=powerpc64-unknown-linux-gnu
62
62
- env : TARGET=powerpc-unknown-linux-gnu
63
63
- env : TARGET=x86_64-pc-windows-gnu
64
- - env : TARGET=x86_64-unknown-linux-gnu NO_ADD=1
64
+ - env : TARGET=x86_64-unknown-linux-gnu
65
65
- env : TARGET=x86_64-unknown-linux-musl
66
66
67
67
# Cross compile Android targets from linux
@@ -94,9 +94,10 @@ matrix:
94
94
- env : TARGET=wasm32-unknown-unknown
95
95
script : cargo build --target $TARGET
96
96
97
+ install :
98
+ - if [ "$TARGET" != "" ]; then rustup target add $TARGET; fi
97
99
# docker cross-compilation targets
98
100
script :
99
- - if [ "$NO_ADD" == "" ]; then rustup target add $TARGET; fi
100
101
- cargo generate-lockfile
101
102
- ci/run-docker.sh $TARGET
102
103
You can’t perform that action at this time.
0 commit comments