File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ matrix:
4141 - env : TARGET=arm-unknown-linux-gnueabi
4242 - env : TARGET=armv7-unknown-linux-gnueabihf
4343 - env : TARGET=i686-unknown-linux-gnu
44- - env : TARGET=i686-unknown-linux-musl
44+ # - env: TARGET=i686-unknown-linux-musl
4545 - env : TARGET=mips-unknown-linux-gnu
4646 - env : TARGET=mips64-unknown-linux-gnuabi64
4747 - env : TARGET=mips64el-unknown-linux-gnuabi64
@@ -51,7 +51,7 @@ matrix:
5151 - env : TARGET=powerpc64le-unknown-linux-gnu
5252 - env : TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1
5353 - env : TARGET=x86_64-unknown-linux-gnu
54- - env : TARGET=x86_64-unknown-linux-musl
54+ # - env: TARGET=x86_64-unknown-linux-musl
5555
5656 # OSX
5757 # - env: TARGET=i686-apple-darwin
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ main() {
1414 # cross test --target $TARGET
1515 # cross test --target $TARGET --release
1616
17- cross run --target $TARGET
18- cross run --target $TARGET --release
17+ cross run --target $TARGET -- --version
18+ cross run --target $TARGET --release -- --version
1919}
2020
2121# we don't run the "test phase" when doing deploys
You can’t perform that action at this time.
0 commit comments