]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not define ASAN_OPTIONS at build time
authorMichał Kępień <michal@isc.org>
Mon, 2 Dec 2019 15:03:23 +0000 (16:03 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 2 Dec 2019 15:03:23 +0000 (16:03 +0100)
commit6ee04f8458c20591a9dcc0bbc54f7dd34c2e7ffe
treefe5cd4ce62135b9e1a620de5ced837430fbbc1c7
parentb425b5d56e7dab15484c04153fe12f740c79a3ab
Do not define ASAN_OPTIONS at build time

Disabling ASAN memory leak detection for a build job is pointless
because ASAN is only used in test jobs.  (Also, memory leak detection
should not be disabled globally - explicit suppressions should be used
in case of issues with external code.)
.gitlab-ci.yml