Skip to content

Commit

Permalink
Fix cannon to asterisc
Browse files Browse the repository at this point in the history
Co-authored-by: clabby <[email protected]>
  • Loading branch information
ImTei and clabby authored Jun 19, 2024
1 parent 4a2a66a commit e8ffc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.repro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build cd rvsol/lib/optimism/op-pro
RUN --mount=type=cache,target=/root/.cache/go-build cd rvsol/lib/optimism/op-program && make op-program-client-riscv \
GOOS=linux GOARCH=mips GOMIPS=softfloat GITCOMMIT=$GIT_COMMIT GITDATE=$GIT_DATE VERSION="$OP_PROGRAM_VERSION"

# Run the op-program-client-riscv.elf binary directly through cannon's load-elf subcommand.
# Run the op-program-client-riscv.elf binary directly through asterisc's load-elf subcommand.
RUN /app/rvgo/bin/asterisc load-elf --path /app/rvsol/lib/optimism/op-program/bin/op-program-client-riscv.elf --out /app/prestate.json --meta ""

# Generate the prestate proof containing the absolute pre-state hash.
Expand Down

0 comments on commit e8ffc2e

Please sign in to comment.