diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb71c49a9974..83c1f7cf9a3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,9 @@ defaults: # Cancel any in-flight jobs for the same PR/branch so there's only one active # at a time -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true +# concurrency: +# group: ${{ github.workflow }}-${{ github.ref }} +# cancel-in-progress: true jobs: build: diff --git a/ci/build-release-artifacts.sh b/ci/build-release-artifacts.sh index cd91e430032b..58ce379eaf0b 100755 --- a/ci/build-release-artifacts.sh +++ b/ci/build-release-artifacts.sh @@ -40,7 +40,7 @@ else bin_flags="--features all-arch,component-model" fi -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 mkdir -p target/c-api-build cd target/c-api-build