Skip to content

Commit

Permalink
only-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 22, 2024
1 parent 991d5de commit 33146d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ci/build-release-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33146d7

Please sign in to comment.