Skip to content

Commit 87297b3

Browse files
committed
ci: fix contracts build + install risc0 toolchain
1 parent ef4419f commit 87297b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-and-test-rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ jobs:
8989
source /home/runner/.bashrc
9090
~/.sp1/bin/sp1up
9191
92+
- name: Install risc0 toolchain
93+
run: |
94+
curl -L https://risczero.com/install | bash
95+
source /home/runner/.bashrc
96+
rzup install
97+
9298
- name: Cache Rust dependencies
9399
uses: actions/cache@v3
94100
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ deploy_proof_aggregator:
713713
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/deploy_proof_aggregator.sh
714714

715715
build_aligned_contracts:
716-
@cd contracts/src/core && forge build
716+
@cd contracts/src/core && forge build --via-ir
717717

718718
show_aligned_error_codes:
719719
@echo "\nAlignedLayerServiceManager errors:"

0 commit comments

Comments
 (0)