mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-26 03:12:16 -04:00
Enable junk filling via jemalloc option in the CI
Since the filling memory with junk patterns have been removed from ISC memory context in favor of jemalloc opt.junk option, enable the jemalloc behaviour by default in the GitLab CI.
This commit is contained in:
parent
d08d0d81ac
commit
52e2cb4d56
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ variables:
|
|||
# Locale settings do not affect the build, but might affect tests.
|
||||
LC_ALL: C
|
||||
|
||||
# enable junk filling via jemalloc option
|
||||
MALLOC_CONF: "junk:true"
|
||||
|
||||
# automated commits will inherit identification from pipeline trigger
|
||||
GIT_AUTHOR_NAME: "$GITLAB_USER_NAME (GitLab job $CI_JOB_ID)"
|
||||
GIT_AUTHOR_EMAIL: "$GITLAB_USER_EMAIL"
|
||||
|
|
|
|||
Loading…
Reference in a new issue