]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Simplify reproducible-build CI job 12095/head
authorMichal Nowak <mnowak@isc.org>
Mon, 25 May 2026 18:56:46 +0000 (18:56 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 17:44:25 +0000 (19:44 +0200)
Drop explicit -D options from meson reprotest invocation
and let it use project defaults.

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

index 27bb9ca7b8f9abeb2cf87e868a4486036e16fa0b..08d2ca20817caf26f83d384bf89dc71c01d3d705 100644 (file)
@@ -988,15 +988,7 @@ reproducible-build:
   before_script:
     - *list_installed_package_versions
   script:
-    # dnstap produces an intermediate .a file, and meson considers all .a
-    # files to be final results independently of whether they are installed or
-    # not. But the content of the .a file might be unstable under LTO due to
-    # -ffat-lto-objects. Hence we disable dnstap for reproducibility tests.
     - meson reprotest
-      --
-      -Ddnstap=disabled
-      -Ddoc=disabled
-      -Doptimization=1
   artifacts:
     untracked: true
     when: on_failure