Skip to content

Commit

Permalink
Merge branch 'master' into feature-generate-foundry-test-file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-chia committed Oct 24, 2023
2 parents ac65945 + cb531b7 commit dd0580d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,12 @@ 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" --no-default-features
run: cargo build --release --bins --target ${{ matrix.job.target }} --features "cmp dataflow evm print_txn_corpus full_trace" --no-default-features

- name: Build binaries with flashloan
env:
SVM_TARGET_PLATFORM: ${{ matrix.job.svm_target_platform }}
run: |
cargo build --release --bins --target ${{ matrix.job.target }} --target-dir "target_f" \
--features "cmp dataflow evm print_txn_corpus full_trace flashloan_v2 force_cache" --no-default-features
run: cargo build --release --bins --target ${{ matrix.job.target }} --target-dir "target_f" --features "cmp dataflow evm print_txn_corpus full_trace flashloan_v2 force_cache" --no-default-features

- name: Archive binaries
id: artifacts
Expand Down

0 comments on commit dd0580d

Please sign in to comment.