From b228a8a1b6625a7e3079db18aebcf0ec133145f1 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 20 Feb 2024 11:02:38 +0100 Subject: [PATCH] .cirrus.yml: Pass `DEFAULT_CONFIG_OPTS` to configure in the FreeBSD_task. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 36a041b5f6..1cf987d8bf 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: