Skip to content
Snippets Groups Projects

Add PostgreSQL 14 builds

Merged Dustin Collins requested to merge add-postgres-14 into master
All threads resolved!
Compare and
8 files
+ 106
8
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -35,7 +35,6 @@ version '13.11' do
end
major_version = '13'
libpq = 'libpq.so.5'
source url: "https://ftp.postgresql.org/pub/source/v#{version}/postgresql-#{version}.tar.bz2"
@@ -60,8 +59,6 @@ build do
make "world -j #{workers}", env: env
make 'install-world', env: env
link "#{prefix}/lib/#{libpq}", "#{install_dir}/embedded/lib/#{libpq}"
# NOTE: There are several dependencies which require these files in these
# locations and have dependency on `postgresql_new`. So when this block is
# changed to be in the `postgresql` software definition for default PG
Loading