Skip to content

Commit 1b8873a

Browse files
committed
ci: fix contracts build + install risc0 toolchain
1 parent ebdc910 commit 1b8873a

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
@@ -709,7 +709,7 @@ deploy_proof_aggregator:
709709
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/deploy_proof_aggregator.sh
710710

711711
build_aligned_contracts:
712-
@cd contracts/src/core && forge build
712+
@cd contracts/src/core && forge build --via-ir
713713

714714
show_aligned_error_codes:
715715
@echo "\nAlignedLayerServiceManager errors:"

0 commit comments

Comments
 (0)