Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix CI 2nd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Feb 7, 2024
1 parent f7ef4c0 commit eda7cb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ env:
# Not needed in CI, should make things a bit faster
CARGO_INCREMENTAL: 0
CARGO_TERM_COLOR: always
MAX_TARGET_SIZE: 1024 # MB
# TODO: AES flag is such that we have decent performance on ARMv8, remove once `aes` crate bumps MSRV to at least
# 1.61: https://github.com/RustCrypto/block-ciphers/issues/373
RUSTFLAGS: -C strip=symbols --cfg aes_armv8
RUSTFLAGS: -C strip=symbols -C opt-level=3 --cfg aes_armv8

jobs:
fmt:
Expand Down

0 comments on commit eda7cb3

Please sign in to comment.