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

chore(Dockerfile): add --package=${RBUILDER_BIN} to fix reth-rbuilder container #250

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

ryanschneider
Copy link
Contributor

📝 Summary

The addition of default-members = ["crates/rbuilder"] in #244 broke the ability to use docker build --build-arg RBUILDER_BIN=reth-rbuilder to build a reth-rbuilder container, this should re-enable it.

💡 Motivation and Context

We're using the reth-rbuilder container in kurtosis for Pectra testing.


✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@ryanschneider ryanschneider marked this pull request as ready for review November 21, 2024 02:11
Copy link

github-actions bot commented Nov 21, 2024

Benchmark results for 6309e1c

Report: https://flashbots-rbuilder-ci-stats.s3.us-east-2.amazonaws.com/benchmark/6309e1c-70579d1/report/index.html

Date (UTC) 2024-11-21T16:49:33+00:00
Commit 6309e1c5857bfd74097fdd3cd5be3e553d3b02e5
Base SHA 70579d128cda94081f1335e3cd3499ff94a7899a

Significant changes

None

@barnabasbusa
Copy link
Contributor

lgtm

Dockerfile Outdated Show resolved Hide resolved
Co-authored-by: liamaharon <liam.aharon@hotmail.com>
@ryanschneider ryanschneider merged commit 6d9b723 into develop Nov 21, 2024
5 checks passed
@ryanschneider ryanschneider deleted the dockerfile-package branch November 21, 2024 18:59
grasphoper pushed a commit to grasphoper/rbuilder that referenced this pull request Nov 27, 2024
… container (flashbots#250)

## 📝 Summary

The addition of `default-members = ["crates/rbuilder"]` in flashbots#244 broke
the ability to use `docker build --build-arg RBUILDER_BIN=reth-rbuilder`
to build a `reth-rbuilder` container, this should re-enable it.

## 💡 Motivation and Context

We're using the `reth-rbuilder` container in kurtosis for Pectra
testing.

---

## ✅ I have completed the following steps:

* [ ] Run `make lint`
* [ ] Run `make test`
* [ ] Added tests (if applicable)

---------

Co-authored-by: liamaharon <liam.aharon@hotmail.com>
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.

3 participants