aboutsummaryrefslogtreecommitdiff
path: root/projects/postgis
AgeCommit message (Collapse)Author
2021-08-27Remove no longer needed build workarounds (#6329)MarcoFalke
* Revert xenial workaround in speex (no longer needed) This reverts commit 84c9dd3600e2c348aaca78b2717067412fea8323. * Revert xenial opus workaround (no longer needed) This reverts commit 7cc0561aad415673f3ca3f15bfd240c75584849e. * Remove ffmpeg build workaround for nasm * Remove build workaround for dav1d * Remove libavif build workaround * Remove p11-kit build workaround * Remove postgis build workaround
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-11-17[postgis] fix build (#3038)Darafei Praliaskouski
Upstream enables link time optimization that breaks fuzzers build. Link time optimization is automatically disabled in --enable-debug mode.
2019-11-04Update Dockerfile (#3005)Regina Obe
gogs is the old url that redirects to new gitea url
2019-08-17Fix PostGIS fuzzers build (#2717)Darafei Praliaskouski
* Update build.sh * Update Dockerfile * Remove unneeded clang install
2019-02-16[postgis] Update PostGIS dependencies (#2173)Darafei Praliaskouski
PostGIS depends on GEOS, and recently requres GEOS 3.6 which cannot be found in ubuntu 16.04. With this change build will pull newest GEOS 3.7 from Ubuntu 19.04.
2018-03-13Use Darafei's gmail account instead (#1240)Regina Obe
Darafei is one of the PostGIS core devs and he'd like to be notified of these to help fix issues.
2017-07-13Add Mateusz Loskot to cc list (#714)Regina Obe
* Add Mateusz Loskot to cc list * Remove Sandro
2017-07-12Update build.shOliver Chang
2017-07-12Update build.shOliver Chang
2017-07-11Add PostGIS (#709)Even Rouault
* Add postgis to projects * Update project.yaml * Update Dockerfile * have it pull default branch