We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991d5de commit 33146d7Copy full SHA for 33146d7
.github/workflows/main.yml
@@ -10,9 +10,9 @@ defaults:
10
11
# Cancel any in-flight jobs for the same PR/branch so there's only one active
12
# at a time
13
-concurrency:
14
- group: ${{ github.workflow }}-${{ github.ref }}
15
- cancel-in-progress: true
+# concurrency:
+# group: ${{ github.workflow }}-${{ github.ref }}
+# cancel-in-progress: true
16
17
jobs:
18
build:
ci/build-release-artifacts.sh
@@ -40,7 +40,7 @@ else
40
bin_flags="--features all-arch,component-model"
41
fi
42
43
-cargo build --release $flags --target $target -p wasmtime-cli $bin_flags --features run
+#cargo build --release $flags --target $target -p wasmtime-cli $bin_flags --features run
44
45
mkdir -p target/c-api-build
46
cd target/c-api-build
0 commit comments