]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.cirrus.yml: Pass `DEFAULT_CONFIG_OPTS` to configure in the FreeBSD_task. 4286/head
authorFlorian Forster <octo@collectd.org>
Tue, 20 Feb 2024 10:02:38 +0000 (11:02 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 20 Feb 2024 10:02:38 +0000 (11:02 +0100)
.cirrus.yml

index 36a041b5f68451a9a8f2812c0e7bc23cb1f3b45c..1cf987d8bff77a046215dcaaf09f740239f0c6a1 100644 (file)
@@ -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: