From: Nicki Křížek Date: Thu, 30 Jul 2026 15:15:04 +0000 (+0200) Subject: chg: ci: Use meson native files for CI build configure flags X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acfd98d0a613cea91a0a16ad370ca4d4b6e670e5;p=thirdparty%2Fbind9.git chg: ci: Use meson native files for CI build configure flags Make it easier to reproduce failed CI builds locally by using meson native files to configure the jobs, rather than composing variables in `.gitlab-ci.yml`. To reproduce a build locally, the following can be used now: (with `$EXTRA_SETUP_FILES` being set per-job in `.gitlab-ci.yml`, single variable, no composition) ``` meson setup --native-file ci/common.ini $EXTRA_SETUP_FILES build ``` Closes #5470 Merge branch '5470-meson-native-files' into 'main' See merge request isc-projects/bind9!12357 --- acfd98d0a613cea91a0a16ad370ca4d4b6e670e5