Skip to content

pin foundry to v1.7.1 in contracts CI#49

Merged
frolic merged 1 commit into
mainfrom
fix-contracts-ci
Jul 3, 2026
Merged

pin foundry to v1.7.1 in contracts CI#49
frolic merged 1 commit into
mainfrom
fix-contracts-ci

Conversation

@frolic

@frolic frolic commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Contracts CI has been red on every push since March because it installs unpinned Foundry nightly: a recent nightly emits a synthetic out/MockProject.t.sol/VmContractHelper50.abi.json artifact during forge build, which trips the clean-tree-after-build check (the 50 is version-suffixed, so committing it would just break again on the next nightly).

Local forge v1.7.1 (stable) produces a clean tree against the committed ABIs, so this pins CI to that same release — reproducible builds, and CI stops breaking on upstream nightly changes. Also updates the action to foundry-rs/foundry-toolchain (the onbjerg path is the old pre-move location).

The contracts run on this PR is the verification.

🤖 Generated with Claude Code

Unpinned nightly started emitting a version-suffixed VmContractHelper
artifact that trips the clean-tree check after build. Pin to the same
stable release used locally so committed ABIs stay reproducible.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@frolic frolic merged commit d953353 into main Jul 3, 2026
6 checks passed
@frolic frolic deleted the fix-contracts-ci branch July 3, 2026 22:30
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.

1 participant