Skip to content

Commit 88fea7a

Browse files
committed
comment out all build except one
1 parent 07fa6e1 commit 88fea7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)