enable in one more job with ldap

This commit is contained in:
Viktor Szakats 2025-07-15 22:02:50 +02:00
parent 9e9f5c8b18
commit 45418da694
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -174,7 +174,7 @@ jobs:
- name: 'openssl clang krb5 openldap static'
install_steps: openldap-static
install_packages: zlib1g-dev libkrb5-dev clang libssl-dev
install_packages: zlib1g-dev libidn2-dev libkrb5-dev clang libssl-dev
configure: CC=clang --disable-shared --with-openssl --with-gssapi --enable-debug --disable-docs --disable-manual --with-ldap=/home/runner/openldap-static --with-ldap-lib=ldap --with-lber-lib=lber
- name: 'openssl clang krb5 LTO'