From 92132c8086764874a369aba2f676a2c0c6dff87b Mon Sep 17 00:00:00 2001 From: "Hans Krentel (hakre)" Date: Sun, 10 Nov 2024 00:53:52 +0100 Subject: [PATCH 1/2] bump ci From 4151434acf073e591002118666be55e8e186029a Mon Sep 17 00:00:00 2001 From: "Hans Krentel (hakre)" Date: Sun, 10 Nov 2024 01:55:08 +0100 Subject: [PATCH 2/2] Counter test openldap in list Most likely this effectively by $BREW_OPT only for "openlap". Could also levitate as otherwise commented was an issue specifically to brew (homebrew?!.) Previously (recently) failing jobs in Push: - MACOS_X64_DEBUG_NTS - MACOS_ARM64_DEBUG_NTS --- .github/actions/configure-macos/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/configure-macos/action.yml b/.github/actions/configure-macos/action.yml index ab92dfb2d782f..645efe9de3da8 100644 --- a/.github/actions/configure-macos/action.yml +++ b/.github/actions/configure-macos/action.yml @@ -18,6 +18,7 @@ runs: export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/libxslt/lib/pkgconfig" export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/zlib/lib/pkgconfig" export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/icu4c/lib/pkgconfig" + export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$BREW_OPT/openldap/lib/pkgconfig" ./buildconf --force ./configure \ --enable-option-checking=fatal \