Merge branch 'main' into er/chore/roaringivy

pull/24376/head
Edd Robinson 2021-07-26 17:38:18 +01:00 committed by GitHub
commit 6528cab16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ jobs:
- cache_restore
- run:
name: Print rustc target CPU options
command: cargo build --release --features="aws,gcp,azure" --bin print_cpus
command: cargo build --release --features="aws,gcp,azure" --bin print_cpu
- run:
name: Cargo release build with target arch set for CRoaring
command: ROARING_ARCH=haswell cargo build --release --features="aws,gcp,azure"