File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,15 @@ jobs:
8585 - name : Build all tools
8686 shell : bash
8787 run : |
88- if [ "${{ matrix.use_cross }}" = "true" ]; then
88+ # if [ "${{ matrix.use_cross }}" = "true" ]; then
8989 # OPENSSL_STATIC=1 OPENSSL_VENDORED=1 RUSTFLAGS="--cfg tokio_unstable" cross build --release --target ${{ matrix.target }} --bin move-mutation-test
9090 # OPENSSL_STATIC=1 OPENSSL_VENDORED=1 RUSTFLAGS="--cfg tokio_unstable" cross build --release --target ${{ matrix.target }} --bin move-mutator
9191 # OPENSSL_STATIC=1 OPENSSL_VENDORED=1 RUSTFLAGS="--cfg tokio_unstable" cross build --release --target ${{ matrix.target }} --bin move-spec-test
92- else
93- RUSTFLAGS="--cfg tokio_unstable" cargo build --release --target ${{ matrix.target }} -- bin move-mutation-test
92+ # else
93+ RUSTFLAGS="--cfg tokio_unstable" cargo build --release --bin move-mutation-test
9494 # OPENSSL_STATIC=1 OPENSSL_VENDORED=1 RUSTFLAGS="--cfg tokio_unstable" cargo build --release --target ${{ matrix.target }} --bin move-mutator
9595 # OPENSSL_STATIC=1 OPENSSL_VENDORED=1 RUSTFLAGS="--cfg tokio_unstable" cargo build --release --target ${{ matrix.target }} --bin move-spec-test
96- fi
96+ # fi
9797
9898 # Basic smoke test
9999 - name : Test binaries
You can’t perform that action at this time.
0 commit comments