]> git.ipfire.org Git - thirdparty/bind9.git/commit
Define TSAN options in a global variable
authorMichał Kępień <michal@isc.org>
Thu, 26 Mar 2020 10:03:52 +0000 (11:03 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 26 Mar 2020 10:41:54 +0000 (11:41 +0100)
commitb358cf30b250ffee48bd98748e1eecab6e7b9055
treee46b87fa38ee72375eab7916e176bf1cc59e0286
parentf24de93e80ab93ef03a5000a1ccb07fc074fa862
Define TSAN options in a global variable

All assignments for the TSAN_OPTIONS variable are identical across the
entire .gitlab-ci.yml file.  Define a global TSAN_OPTIONS_COMMON
variable and use it in job definitions to reduce code duplication.

(cherry picked from commit 6325c0993a4f73b7c79dea4835a98c894820f189)
.gitlab-ci.yml