Skip to content

Commit

Permalink
use allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
iurii-ssv committed Oct 30, 2024
1 parent 8d18d2f commit 984576b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
-tags="blst_enabled,jemalloc,allocator" \
-ldflags "-X main.Commit=$COMMIT -X main.Version=$VERSION -linkmode external -extldflags \"-static -lm\"" \
./cmd/ssvnode

Expand Down

0 comments on commit 984576b

Please sign in to comment.