Skip to content

Commit

Permalink
Merge pull request #487 from fuzzland/fix-ci-may24
Browse files Browse the repository at this point in the history
Fix ci may24
  • Loading branch information
publicqi authored May 24, 2024
2 parents 58f183b + 9d433fc commit 9fc7ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY Cargo.lock .
COPY rust-toolchain.toml .
COPY src ./src
COPY benches ./benches
COPY tests ./tests

# build offchain binary
RUN cargo build --release --features "cmp dataflow evm print_txn_corpus full_trace" --no-default-features
Expand Down

0 comments on commit 9fc7ae2

Please sign in to comment.