Set python3 as dependency for PG12+ again
This commit is contained in:
parent
921800e6a3
commit
9fa532623d
@ -16,9 +16,6 @@ jobs:
|
||||
- env: POSTGRESQL_VERSION="11" POSTGIS_VERSION="2.5"
|
||||
- env: POSTGRESQL_VERSION="12" POSTGIS_VERSION="2.5"
|
||||
- env: POSTGRESQL_VERSION="12" POSTGIS_VERSION="3"
|
||||
allow_failures:
|
||||
- env: POSTGRESQL_VERSION="12" POSTGIS_VERSION="2.5"
|
||||
- env: POSTGRESQL_VERSION="12" POSTGIS_VERSION="3"
|
||||
|
||||
script:
|
||||
- sudo service postgresql stop;
|
||||
|
4
Makefile
4
Makefile
@ -140,9 +140,7 @@ PG_VERSION := $(shell $(PG_CONFIG) --version | $(AWK) '{split($$2,a,"."); print
|
||||
PG_12_GE := $(shell [ $(PG_VERSION) -ge 12 ] && echo true)
|
||||
PLPYTHONU := plpythonu
|
||||
ifeq ($(PG_12_GE), true)
|
||||
# Reverted until we are ready for PG12 support in other projects
|
||||
PLPYTHONU := plpythonu
|
||||
# PLPYTHONU := plpython3u
|
||||
PLPYTHONU := plpython3u
|
||||
endif
|
||||
PGPORT ?= '5432'
|
||||
PGUSER ?= 'postgres'
|
||||
|
Loading…
Reference in New Issue
Block a user