We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdc910 commit 1b8873aCopy full SHA for 1b8873a
.github/workflows/build-and-test-rust.yml
@@ -89,6 +89,12 @@ jobs:
89
source /home/runner/.bashrc
90
~/.sp1/bin/sp1up
91
92
+ - name: Install risc0 toolchain
93
+ run: |
94
+ curl -L https://risczero.com/install | bash
95
+ source /home/runner/.bashrc
96
+ rzup install
97
+
98
- name: Cache Rust dependencies
99
uses: actions/cache@v3
100
with:
Makefile
@@ -709,7 +709,7 @@ deploy_proof_aggregator:
709
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/deploy_proof_aggregator.sh
710
711
build_aligned_contracts:
712
- @cd contracts/src/core && forge build
+ @cd contracts/src/core && forge build --via-ir
713
714
show_aligned_error_codes:
715
@echo "\nAlignedLayerServiceManager errors:"
0 commit comments