-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Labels
pipelinesThis PR/issue is exclusively about improving our CIThis PR/issue is exclusively about improving our CI
Description
The Fuzzer Workflow has been failing with the following:
error: failed to run custom build command for `honggfuzz v0.5.56`
Caused by:
process didn't exit successfully: `/home/runner/work/cairo-vm/cairo-vm/fuzzer/hfuzz_target/release/build/honggfuzz-453b4c8e8db0ade3/build-script-build` (exit status: 1)
--- stderr
The version of the honggfuzz library dependency (0.5.56) and the version of the `cargo-hfuzz` executable (0.5.58) do not match.
If updating both by running `cargo update` and `cargo install honggfuzz` does not work, you can either:
- change the dependency in `Cargo.toml` to `honggfuzz = "=0.5.58"`
- or run `cargo install honggfuzz --version 0.5.56`
warning: build failed, waiting for other jobs to finish...
Error: Process completed with exit code 101.
Metadata
Metadata
Assignees
Labels
pipelinesThis PR/issue is exclusively about improving our CIThis PR/issue is exclusively about improving our CI