Skip to content

Commit

Permalink
ci: remove PORTABLE=1 USE_SSE=1
Browse files Browse the repository at this point in the history
Co-authored-by: Flouse <[email protected]>
  • Loading branch information
Simon-Tl and Flouse authored Dec 14, 2023
1 parent 653671a commit 96d53b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/axon-sync-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
# check for AVX2 support by inspecting `/proc/cpuinfo` or running `lscpu`
# related issue: https://github.com/axonweb3/axon/issues/1387
lscpu
# PORTABLE=1 USE_SSE=1 tell rocksdb to target AVX2
PORTABLE=1 USE_SSE=1 cargo build
cargo build

- name: Archive Axon Artifacts
Expand Down

0 comments on commit 96d53b9

Please sign in to comment.