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 ef4419f commit 87297b3Copy full SHA for 87297b3
.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
@@ -713,7 +713,7 @@ deploy_proof_aggregator:
713
@. contracts/scripts/.env.$(NETWORK) && . contracts/scripts/deploy_proof_aggregator.sh
714
715
build_aligned_contracts:
716
- @cd contracts/src/core && forge build
+ @cd contracts/src/core && forge build --via-ir
717
718
show_aligned_error_codes:
719
@echo "\nAlignedLayerServiceManager errors:"
0 commit comments