Skip to content

Conversation

@jamillambert
Copy link
Collaborator

The fuzz module does not build and the fuzz action fails in CI.

  • Fix the incorrect jsonrpc dependency path and add the missing cfg(jsonrpc_fuzz) to unexpected_cfgs.
  • Update the rustc version in the action to 1.75 to fix the fuzz job error.
  • Update the lockfiles.
  • Add fuzz to the workspace.

Closes #437

Fix the incorrect `jsonrpc` dependency path and add the missing
`cfg(jsonrpc_fuzz)` to `unexpected_cfgs`.
With rustc 1.65 there is an error running the fuzz job:
`proc-macro2 v1.0.104` cannot be built because it requires rustc 1.68 or
newer

Update the job to use 1.75
Copy link
Member

@tcharding tcharding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 154c994

@tcharding tcharding merged commit cff690d into rust-bitcoin:master Dec 29, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fuzz is broken

2 participants