Skip to content

Commit d04013e

Browse files
compile zen4 over sapphire in test branch
1 parent dfdfac4 commit d04013e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload_artifacts_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Upload-Artifacts
33
on:
44
push:
55
branches:
6-
- main
6+
- noamp/test_c3d_zev4_compilation
77

88
jobs:
99
artifacts-push:
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Build stwo_run_and_prove for sapphirerapids architecture
8484
run: |
85-
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS="-C target-cpu=sapphirerapids" cargo build --release --target x86_64-unknown-linux-gnu --bin stwo_run_and_prove
85+
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS="-C target-cpu=znver4" cargo build --release --target x86_64-unknown-linux-gnu --bin stwo_run_and_prove
8686
8787
- name: Upload stwo_run_and_prove_sapphirerapids binary to GCP
8888
id: upload_stwo_run_and_prove_sapphirerapids

0 commit comments

Comments
 (0)