Skip to content

Commit

Permalink
Merge pull request #516 from fuzzland/515-compilation-error-on-rust-n…
Browse files Browse the repository at this point in the history
…ightly-type-annotations-needed-for-box_

cargo build with --locked flag
  • Loading branch information
jacob-chia committed Jun 17, 2024
2 parents 960e9e1 + 623622e commit 8683ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Build binaries
env:
SVM_TARGET_PLATFORM: ${{ matrix.job.svm_target_platform }}
run: cargo build --release --bins --target ${{ matrix.job.target }} --features "cmp dataflow evm print_txn_corpus full_trace force_cache real_balance" --no-default-features
run: cargo build --release --bins --target ${{ matrix.job.target }} --features "cmp dataflow evm print_txn_corpus full_trace force_cache real_balance" --no-default-features --locked

- name: Archive binaries
id: artifacts
Expand Down

0 comments on commit 8683ce2

Please sign in to comment.