Pin postgres, zlib, krb5, libuv and cassandra to stable versions

This commit is contained in:
Michael Legleux
2022-08-19 15:26:46 -07:00
committed by manojsdoshi
parent df66e4151e
commit be1ce5eca9
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ if(reporting)
ExternalProject_Add(postgres_src
PREFIX ${nih_cache_path}
GIT_REPOSITORY https://github.com/postgres/postgres.git
GIT_TAG master
GIT_TAG REL_14_5
CONFIGURE_COMMAND ./configure --without-readline > /dev/null
BUILD_COMMAND ${CMAKE_COMMAND} -E env --unset=MAKELEVEL make
UPDATE_COMMAND ""