feat(iox): Enable heappy again
parent
f42f0349ed
commit
6e2aa2eef3
|
@ -273,10 +273,10 @@ jobs:
|
||||||
- cache_restore
|
- cache_restore
|
||||||
- run:
|
- run:
|
||||||
name: Print rustc target CPU options
|
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:
|
- run:
|
||||||
name: Cargo release build with target arch set for CRoaring
|
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: |
|
- run: |
|
||||||
echo sha256sum after build is
|
echo sha256sum after build is
|
||||||
sha256sum target/release/influxdb_iox
|
sha256sum target/release/influxdb_iox
|
||||||
|
|
Loading…
Reference in New Issue