Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: pass --locked and use path deps in book #11991

Closed
wants to merge 2 commits into from
Closed

Conversation

onbjerg
Copy link
Member

@onbjerg onbjerg commented Oct 23, 2024

We were updating the lockfile in some CI workflows which breaks if e.g. Alloy has breaking changes.

To fix the book workflow, we use path dependencies

@onbjerg onbjerg added the A-ci Related to github workflows or other build and lint tools label Oct 23, 2024
@onbjerg onbjerg force-pushed the onbjerg/lock-deps branch 2 times, most recently from ae0343f to ec81924 Compare October 23, 2024 08:39
@onbjerg onbjerg added the C-bug An unexpected or incorrect behavior label Oct 23, 2024
@onbjerg
Copy link
Member Author

onbjerg commented Oct 23, 2024

This currently does not fix the merge queue issues because of

reth/.gitignore

Lines 54 to 55 in 6e51762

# Book sources should be able to build with the latest version
book/sources/Cargo.lock

@mattsse
Copy link
Collaborator

mattsse commented Oct 23, 2024

the arg is also provided multiple times

@onbjerg onbjerg changed the title ci: pass --locked ci: pass --locked and use path deps in book Oct 23, 2024
@onbjerg
Copy link
Member Author

onbjerg commented Oct 23, 2024

This actually won't unblock CI as is, but will unblock CI for #11986. We should probably just roll the path patch into that PR 🙃 Alternatively we can force merge this and rebase that PR on top, but it's blocked by revm release

@onbjerg
Copy link
Member Author

onbjerg commented Oct 23, 2024

Rolled into the alloy bump pr

@onbjerg onbjerg closed this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Related to github workflows or other build and lint tools C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants