Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

WIP: making Reth crates compatible with RISC-V and implementing a zkEVM STF with SP1 #3

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,16 @@ jobs:
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

zkvm:
name: zkVM compilation
# Only run sync tests in merge groups
if: github.event_name == 'merge_group'
runs-on:
group: Reth
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Run zkVM compilation
run: |
docker build -t zkvm_image -f Dockerfile.zkvm .
Loading
Loading