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 9098a46 commit 3dbbcf1Copy full SHA for 3dbbcf1
.github/workflows/build_and_release.yml
@@ -20,7 +20,7 @@ jobs:
20
matrix:
21
os:
22
- ubuntu-latest
23
- # - macos-latest
+ - macos-latest
24
25
steps:
26
- name: Free Disk Space (Ubuntu)
build.sh
@@ -6,5 +6,4 @@ source config.sh
6
7
# Will create component archives (dists) ./rust/build/dist
8
cd rust
9
-CARGO_TARGET_RISCV32EM_ATHENA_ZKVM_ELF_RUSTFLAGS="-Cpasses=loweratomic" ./x build
10
CARGO_TARGET_RISCV32EM_ATHENA_ZKVM_ELF_RUSTFLAGS="-Cpasses=loweratomic" ./x build --stage 2
0 commit comments