Skip to content

Commit 33146d7

Browse files
committed
only-cmake
1 parent 991d5de commit 33146d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ defaults:
1010

1111
# Cancel any in-flight jobs for the same PR/branch so there's only one active
1212
# at a time
13-
concurrency:
14-
group: ${{ github.workflow }}-${{ github.ref }}
15-
cancel-in-progress: true
13+
# concurrency:
14+
# group: ${{ github.workflow }}-${{ github.ref }}
15+
# cancel-in-progress: true
1616

1717
jobs:
1818
build:

ci/build-release-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else
4040
bin_flags="--features all-arch,component-model"
4141
fi
4242

43-
cargo build --release $flags --target $target -p wasmtime-cli $bin_flags --features run
43+
#cargo build --release $flags --target $target -p wasmtime-cli $bin_flags --features run
4444

4545
mkdir -p target/c-api-build
4646
cd target/c-api-build

0 commit comments

Comments
 (0)