]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Enable junk filling via jemalloc option in the CI
authorOndřej Surý <ondrej@isc.org>
Wed, 26 Nov 2025 10:45:03 +0000 (11:45 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:40:18 +0000 (10:40 +0100)
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.

.gitlab-ci.yml

index ddb03c1f3220d3cd5d842111ecd2c19dc644c5e0..29b3f627f8918f4a40428623361c68f19604a64e 100644 (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"