feat(iox): Enable heappy again

pull/24376/head
Marko Mikulicic 2021-08-27 11:13:22 +02:00
parent f42f0349ed
commit 6e2aa2eef3
No known key found for this signature in database
GPG Key ID: D02A41F91A687DB3
1 changed files with 2 additions and 2 deletions

View File

@ -273,10 +273,10 @@ jobs:
- cache_restore
- run:
name: Print rustc target CPU options
command: cargo run --release --no-default-features --features="aws,gcp,azure,jaeger,jemalloc_replacing_malloc" --bin print_cpu
command: cargo run --release --no-default-features --features="aws,gcp,azure,jaeger,heappy" --bin print_cpu
- run:
name: Cargo release build with target arch set for CRoaring
command: cargo build --release --no-default-features --features="aws,gcp,azure,jaeger,jemalloc_replacing_malloc"
command: cargo build --release --no-default-features --features="aws,gcp,azure,jaeger,heappy"
- run: |
echo sha256sum after build is
sha256sum target/release/influxdb_iox