Skip to content

Commit

Permalink
Try make with jmalloc.
Browse files Browse the repository at this point in the history
  • Loading branch information
karthyuom committed May 17, 2024
1 parent 968c9ae commit d04caf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ jobs:
- name: clean make
run: make distclean
- name: make
run: make all-with-unit-tests OPT=-O3 SANITIZER=address SERVER_CFLAGS='-DSERVER_TEST -Werror -DDEBUG_ASSERTIONS'
run: make all-with-unit-tests OPT=-O3 USE_JMALLOC=yes SANITIZER=address SERVER_CFLAGS='-DSERVER_TEST -Werror -DDEBUG_ASSERTIONS'
- name: testprep
# Work around ASAN issue, see https://github.com/google/sanitizers/issues/1716
run: |
Expand Down

0 comments on commit d04caf6

Please sign in to comment.