From 8d18d2fd34181130e4dbfd2a6ffe4c053b174831 Mon Sep 17 00:00:00 2001 From: iurii Date: Tue, 29 Oct 2024 21:29:01 +0200 Subject: [PATCH] disable allocator --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79bc78571d..381abaea1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ COMMIT=$(git rev-parse HEAD) && \ VERSION=$(git describe --tags $(git rev-list --tags --max-count=1) --always) && \ CGO_ENABLED=1 GOOS=linux go install \ - -tags="blst_enabled,jemalloc,allocator" \ + -tags="blst_enabled,jemalloc" \ -ldflags "-X main.Commit=$COMMIT -X main.Version=$VERSION -linkmode external -extldflags \"-static -lm\"" \ ./cmd/ssvnode