Skip to content

Commit d15a983

Browse files
committed
build: use newer openldap version by default
1 parent 9e64a80 commit d15a983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/ci/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ls -al $LIBSSH2_BUILD_FOLDER/lib
277277
###################
278278
# Build openldap
279279
###################
280-
OPENLDAP_RELEASE=${OPENLDAP_RELEASE:-2.5.19}
280+
OPENLDAP_RELEASE=${OPENLDAP_RELEASE:-2.6.9}
281281
OPENLDAP_DEST_FOLDER=$PREFIX_DIR/deps/openldap
282282
echo "Building openldap v$OPENLDAP_RELEASE"
283283
./scripts/ci/build-openldap.sh $OPENLDAP_RELEASE $OPENLDAP_DEST_FOLDER >$LOGS_FOLDER/build-openldap.log 2>&1

0 commit comments

Comments
 (0)