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:
Ondřej Surý 2025-11-26 11:45:03 +01:00
parent d08d0d81ac
commit 52e2cb4d56
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -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"