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

Fix EIP-7212 Dev Node Docker Build #484

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Fix EIP-7212 Dev Node Docker Build #484

merged 1 commit into from
Aug 15, 2024

Conversation

nlordell
Copy link
Collaborator

The docker build for the Optimism version of Geth with 7212 support was failing in CI. It turns out that this is related to a recent release of Go 1.23 which is causing Ethereum Geth and forks (such as the Optimism fork we use) to not build.

The fix it to pin to an older version of Golang (1.22 being the latest version that works). I also, in experimenting, updated the version of Optimism Geth we use to see if it would help - which it didn't, but decided to leave the change in anyhow (it is just a version bump to the source that we use to build and a small change to the patch file to account for the changed code).

The docker build for the Optimism version of Geth with 7212 support was
failing in CI. It turns out that this is related to a recent release of
Go 1.23 which is causing Ethereum Geth and forks (such as the Optimism
fork we use) to not build.

The fix it to pin to an older version of Golang (1.22 being the latest
version that works). I also, in experimenting, updated the version of
Optimism Geth we use to see if it would help - which it didn't, but
decided to leave the change in anyhow (it is just a version bump to the
source that we use to build and a small change to the patch file to
account for the changed code).
@nlordell nlordell requested a review from a team as a code owner August 15, 2024 12:53
@nlordell nlordell requested review from akshay-ap, mmv08 and remedcu and removed request for a team August 15, 2024 12:53
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10404096596

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 10402167134: 0.0%
Covered Lines: 92
Relevant Lines: 92

💛 - Coveralls

Copy link
Member

@remedcu remedcu left a comment

Choose a reason for hiding this comment

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

Nice catch!

@remedcu remedcu merged commit 829accb into main Aug 15, 2024
10 checks passed
@remedcu remedcu deleted the chore/fix-docker-build branch August 15, 2024 12:57
@github-actions github-actions bot locked and limited conversation to collaborators Aug 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants