From: Viktor Szakats Date: Wed, 6 Nov 2024 01:01:05 +0000 (+0100) Subject: GHA/non-native: fix installing OpenLDAP on OpenBSD X-Git-Tag: curl-8_11_0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=380790b2449ec5337142fdcb8ac51365ffd86bae;p=thirdparty%2Fcurl.git GHA/non-native: fix installing OpenLDAP on OpenBSD Also: - drop failing manual install of perl. It's there by default now. - add link to OpenBSD package management FAQ page. Closes #15491 --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index e46c1dfe51..794f6164c6 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -91,7 +91,8 @@ jobs: architecture: ${{ matrix.arch }} run: | # https://openbsd.app/ - sudo pkg_add cmake ninja perl brotli openldap-client libssh2 libidn2 libpsl nghttp2 python3 py3-impacket + # https://www.openbsd.org/faq/faq15.html + sudo pkg_add cmake ninja brotli openldap-client-- libssh2 libidn2 libpsl nghttp2 python3 py3-impacket cmake -B bld -G Ninja \ -DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON \ -DCURL_WERROR=ON \