Skip to content

Commit

Permalink
build: use newer openldap version by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Dec 25, 2024
1 parent 9e64a80 commit d15a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ ls -al $LIBSSH2_BUILD_FOLDER/lib
###################
# Build openldap
###################
OPENLDAP_RELEASE=${OPENLDAP_RELEASE:-2.5.19}
OPENLDAP_RELEASE=${OPENLDAP_RELEASE:-2.6.9}
OPENLDAP_DEST_FOLDER=$PREFIX_DIR/deps/openldap
echo "Building openldap v$OPENLDAP_RELEASE"
./scripts/ci/build-openldap.sh $OPENLDAP_RELEASE $OPENLDAP_DEST_FOLDER >$LOGS_FOLDER/build-openldap.log 2>&1
Expand Down

0 comments on commit d15a983

Please sign in to comment.