Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/upload_artifacts_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Upload-Artifacts
on:
push:
branches:
- main
- noamp/optimal_generic_compile

jobs:
artifacts-push:
Expand All @@ -22,7 +22,7 @@ jobs:

- name: Build all binaries (generic and znver5)
run: |
cargo build --release
RUSTFLAGS="-C opt-level=3 -C codegen-units=1" cargo build --release
RUSTFLAGS="-C target-cpu=znver5 -C opt-level=3 -C codegen-units=1" cross build --release

- name: Authenticate with GCS
Expand Down
Loading