]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3443] Exclude compiler-checks from CI
authorAndrei Pavel <andrei@isc.org>
Tue, 28 Jan 2025 09:15:35 +0000 (11:15 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 1 Feb 2025 19:53:12 +0000 (20:53 +0100)
tools/add-config-h.sh

index 12815eb5b1b7afd0c13f88866e4fc4d646b70079..e3ceaf4378f49d7b6da9b6a673a4762f5d83aa3b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2020-2021 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2020-2025 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -100,6 +100,11 @@ mandatory_commands() {
 # Generated files will be filtered out.
 filtered_out=$("${root_path}/tools/print-generated-files.sh")
 
+# Exclude compiler-checks which are used at meson configure time.
+filtered_out="${filtered_out}
+compiler-checks
+"
+
 if "${name_only}"; then
   # Only display file names.
   get_source_files