mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
[#3443] Exclude compiler-checks from CI
This commit is contained in:
parent
e37f8c004c
commit
e04a37a762
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# 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
|
# 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.
|
# Generated files will be filtered out.
|
||||||
filtered_out=$("${root_path}/tools/print-generated-files.sh")
|
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
|
if "${name_only}"; then
|
||||||
# Only display file names.
|
# Only display file names.
|
||||||
get_source_files
|
get_source_files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user