Skip to content

Commit eaf8741

Browse files
committed
Add jemallocator as a feature since it does compile
Signed-off-by: Ben Johnson <[email protected]>
1 parent e3bb244 commit eaf8741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
name: Build archive
152152
command: |
153153
export VERSION=$(make version)
154-
make build-archive FEATURES=""
154+
make build-archive FEATURES="jemallocator"
155155
- persist_to_workspace:
156156
root: target/artifacts
157157
paths:

0 commit comments

Comments
 (0)