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

add reth-rbuilder as an artifact target in CI #262

Merged
merged 5 commits into from
Dec 3, 2024

Conversation

sukoneck
Copy link
Contributor

@sukoneck sukoneck commented Dec 3, 2024

📝 Summary

  • add reth-rbuilder as an artifact target in the release workflow
  • run build job in release workflow inside container
  • add @sukoneck as codeowner for /.github/ directory

💡 Motivation and Context

  1. we need to store the binary for reth-rbuilder as an artifact.

  2. while I was making these changes I ran into a dependency conflict with GLIBC so I included this change as well (happy to separate if needed). the downside of doing this, is that it doesn't work on macos runners, so I've disabled that for now.


✅ I have completed the following steps:

successful run here https://github.com/flashbots/rbuilder/actions/runs/12130028687

@sukoneck sukoneck self-assigned this Dec 3, 2024
@sukoneck sukoneck changed the title Workflows/release reth rbuilder add reth-rbuilder as an artifact target in CI Dec 3, 2024
target: ${{ matrix.configs.target }}

# https://github.com/WarpBuilds/rust-cache
- name: Run WarpBuilds/rust-cache
Copy link
Contributor

@ferranbt ferranbt Dec 3, 2024

Choose a reason for hiding this comment

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

How does this change affect build times?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good question. it's not significantly different. we're building in parallel for 5-10 minutes per binary, which is a ~1 minute longer. we can reintroduce with a bit of work if build times become an issue.
image

@sukoneck sukoneck merged commit 936c4ff into develop Dec 3, 2024
13 checks passed
@sukoneck sukoneck deleted the workflows/release-reth-rbuilder branch December 3, 2024 16:39
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.

2 participants