From: Florian Forster Date: Tue, 20 Feb 2024 10:02:38 +0000 (+0100) Subject: .cirrus.yml: Pass `DEFAULT_CONFIG_OPTS` to configure in the FreeBSD_task. X-Git-Tag: collectd-6.0.0.rc3~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4286%2Fhead;p=thirdparty%2Fcollectd.git .cirrus.yml: Pass `DEFAULT_CONFIG_OPTS` to configure in the FreeBSD_task. --- diff --git a/.cirrus.yml b/.cirrus.yml index 36a041b5f..1cf987d8b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -114,7 +114,7 @@ FreeBSD_task: - git submodule update -- opentelemetry-proto configure_script: - ./build.sh - - ./configure --disable-perl + - ./configure ${DEFAULT_CONFIG_OPTS} --disable-perl build_script: - make -j$(nproc) -sk CFLAGS="${CFLAGS} -Werror=strict-prototypes" tests_script: