From: Michal Nowak Date: Wed, 25 Jun 2025 11:58:11 +0000 (+0200) Subject: new: ci: Add GNU Make --shuffle option X-Git-Tag: v9.20.11~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997b443d774d0a1d35af91aa1b1fcfc961ba683c;p=thirdparty%2Fbind9.git new: ci: Add GNU Make --shuffle option GNU Make 4.4 introduced the --shuffle option to randomize the order of goal targets and prerequisites. This helps detect hidden dependencies and improve build robustness by exposing order-related issues during parallel builds. See: https://trofi.github.io/posts/238-new-make-shuffle-mode.html https://www.gnu.org/software/make/manual/html_node/Options-Summary.html#index-_002d_002dshuffle Merge branch 'mnowak/add-gnu-make-shuffle-options' into 'bind-9.20' See merge request isc-projects/bind9!10460 --- 997b443d774d0a1d35af91aa1b1fcfc961ba683c