]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove duplicate <<: *build_job merge in clang:tsan CI job
authorMichal Nowak <mnowak@isc.org>
Sun, 24 May 2026 19:15:52 +0000 (19:15 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 25 May 2026 14:31:32 +0000 (14:31 +0000)
The clang:tsan job merged *build_job twice (lines 1723 and 1729).
The second merge is redundant — copy-paste artifact.

Assisted-by: Claude:claude-opus-4-7
.gitlab-ci.yml

index fa6d23a596e792f8bb2f66e154c2cbb9a7fec1a8..9a11d127d1f2ce261345427dc1c55fa0feb35241 100644 (file)
@@ -1726,7 +1726,6 @@ clang:tsan:
     CFLAGS: "${CFLAGS_COMMON}"
     LDFLAGS: "-Wl,--disable-new-dtags"
     EXTRA_CONFIGURE: "${TSAN_CONFIGURE_FLAGS_COMMON} -Db_lundef=false --native-file ci/clang-trixie.ini"
-  <<: *build_job
 
 system:clang:tsan:
   variables: