diff --git a/.circleci/config.yml b/.circleci/config.yml index 37a4d52a8f..4ca737bbc3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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