Skip to content

Update dependency: deps/kevm_release#1153

Merged
ehildenb merged 14 commits into
masterfrom
_update-deps/runtimeverification/evm-semantics
Jun 15, 2026
Merged

Update dependency: deps/kevm_release#1153
ehildenb merged 14 commits into
masterfrom
_update-deps/runtimeverification/evm-semantics

Conversation

@rv-jenkins

@rv-jenkins rv-jenkins commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Blocked on: runtimeverification/evm-semantics#2863

Addresses an issue where some runners were using an outdated GitHub login credential for pulling Foundry Docker images. This just refreshesh the login to github ghcr every time.

@palinatolmach

Copy link
Copy Markdown
Member

Did something break in CSE tests due to new simplification lemmas upstreamed to KEVM in runtimeverification/evm-semantics#2859? I removed the automerge label, will take a look tomorrow.

@ehildenb

ehildenb commented Jun 12, 2026

Copy link
Copy Markdown
Member

Yes, that may have caused a slowdown or looping. The newest KEVM version has the haskell backend which features the flag for tuning local equation recursion depth, and setting that flag to 20 enables KEVM to not regress on any specs with those lemmas changes (only reduce Kore fallbacks). So we should try that first: runtimeverification/haskell-backend#4153

I've kicked off an experiment to test this.

@palinatolmach palinatolmach self-requested a review June 12, 2026 07:48
rv-auditor and others added 7 commits June 12, 2026 09:10
The Dockerfile's first stage pulls ghcr.io/foundry-rs/foundry, a third-party
org's public image. Self-hosted runners can carry a stale ghcr.io credential,
which BuildKit sends when fetching the pull token; ghcr.io then rejects it with
"denied: denied" rather than falling back to anonymous. Logging in with a fresh
GITHUB_TOKEN keeps the credential valid for public cross-org pulls.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ehildenb ehildenb merged commit 379ba70 into master Jun 15, 2026
34 of 37 checks passed
@ehildenb ehildenb deleted the _update-deps/runtimeverification/evm-semantics branch June 15, 2026 20:22
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.

4 participants