chore: Enable pprof feature back (#4587)

pull/24376/head
Marko Mikulicic 2022-05-12 23:25:22 +02:00 committed by GitHub
parent 78bbe629b2
commit d807941804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ jobs:
RUST_VERSION="$(sed -E -ne 's/channel = "(.*)"/\1/p' rust-toolchain.toml)"
docker buildx build \
--build-arg FEATURES="aws,gcp,azure,jemalloc_replacing_malloc,tokio_console" \
--build-arg FEATURES="aws,gcp,azure,jemalloc_replacing_malloc,tokio_console,pprof" \
--build-arg RUST_VERSION="$RUST_VERSION" \
--build-arg RUSTFLAGS="$RUSTFLAGS" \
--progress plain \