Skip to content

Conversation

@0xOmarA
Copy link
Contributor

@0xOmarA 0xOmarA commented Jul 10, 2025

Summary

This PR fixes the CI issues that we've been seeing on Ubuntu.

Description

We can see that the last time the CI passed on Ubuntu was in this job when the Geth node we were using was of the version 1.15.11+build31083+noble. The CI then started failing in the subsequent jobs when Geth was updated to 1.16.0+build31227+noble.

A simple way for us to fix this issue is to pin the version of Geth to the last known version that worked, which is 1.15.11.

The PPA does not contain historic versions of Geth so we need to rely on pre-built binaries from https://geth.ethereum.org/downloads

After pinning the version to 1.15.11 and running the CI it passes.

Copy link
Member

@xermicus xermicus left a comment

Choose a reason for hiding this comment

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

Thank you!

@0xOmarA 0xOmarA added this pull request to the merge queue Jul 14, 2025
Merged via the queue into main with commit 772bd21 Jul 14, 2025
5 checks passed
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