]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.cirrus.yml: Mac OS X: Pass `DEFAULT_CONFIG_OPTS` to configure.
authorFlorian Forster <octo@collectd.org>
Tue, 6 Feb 2024 15:11:19 +0000 (16:11 +0100)
committerFlorian Forster <octo@collectd.org>
Tue, 6 Feb 2024 15:11:19 +0000 (16:11 +0100)
.cirrus.yml

index 69ec8b10a8dc513e661f2d268f5dfdf6a878e5b4..a94d14c9192135a6308173b3e994a59446e24abc 100644 (file)
@@ -282,7 +282,7 @@ macos_task:
       pkg-config
   configure_script:
     - ./build.sh
-    - ./configure
+    - ./configure ${DEFAULT_CONFIG_OPTS}
   build_script:
     - make -j "${CIRRUS_CPU}" -sk
   tests_script: