2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

[#3443] Exclude compiler-checks from CI

This commit is contained in:
Andrei Pavel 2025-01-28 11:15:35 +02:00 committed by Francis Dupont
parent e37f8c004c
commit e04a37a762

View File

@ -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