Skip to content

Commit 3dbbcf1

Browse files
committed
Remove stage 1 build
I don't think this is required, and it causes issues for CI Re-enable macOS CI
1 parent 9098a46 commit 3dbbcf1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os:
2222
- ubuntu-latest
23-
# - macos-latest
23+
- macos-latest
2424

2525
steps:
2626
- name: Free Disk Space (Ubuntu)

build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ source config.sh
66

77
# Will create component archives (dists) ./rust/build/dist
88
cd rust
9-
CARGO_TARGET_RISCV32EM_ATHENA_ZKVM_ELF_RUSTFLAGS="-Cpasses=loweratomic" ./x build
109
CARGO_TARGET_RISCV32EM_ATHENA_ZKVM_ELF_RUSTFLAGS="-Cpasses=loweratomic" ./x build --stage 2

0 commit comments

Comments
 (0)