From: Michal Nowak Date: Mon, 25 May 2026 18:56:46 +0000 (+0000) Subject: Simplify reproducible-build CI job X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=515ff3763cd5e4426d0cc475c777d7dcf3a73cbd;p=thirdparty%2Fbind9.git Simplify reproducible-build CI job Drop explicit -D options from meson reprotest invocation and let it use project defaults. Assisted-by: Claude:claude-opus-4-7 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27bb9ca7b8f..08d2ca20817 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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