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 497dbc5 commit 7006b21Copy full SHA for 7006b21
.github/workflows/upload_artifacts_workflow.yml
@@ -3,7 +3,7 @@ name: Upload-Artifacts
3
on:
4
push:
5
branches:
6
- - main
+ - noamp/test_c3d_zev4_compilation
7
8
jobs:
9
artifacts-push:
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Build stwo_run_and_prove for sapphirerapids architecture
84
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
+ 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
86
87
- name: Upload stwo_run_and_prove_sapphirerapids binary to GCP
88
id: upload_stwo_run_and_prove_sapphirerapids
0 commit comments