-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor last bits of old-style build scripting (#882)
The exceptions are `parquet_s3_fdw` and `postgresml`, which I cannot get to build. The updated extensions are: * clickhouse_fdw * rdkit (which never built before?) Also simplified the use of `cmake` in these extensions: * mobilitydb * pgrouting And upgraded these extensions to: * rdkit 4.6.1 * pgrouting 3.7.1 Next, make sure that pljava properly depends on `openjdk-11-jdk`. Upgrade the build scripting in tests: * cli/tests/test_builders/Dockerfile.auto_explain * cli/tests/test_builders/Dockerfile.http * cli/tests/test_builders/Dockerfile.pg_stat_statements * cli/tests/test_pljava * cli/tests/test_postgresql_unit * cli/tests/test_postgresql_unit * cli/tests/test_trunk_toml_dirs/pg_cron * cli/tests/test_trunk_toml_dirs/postgis Finally, update the README with the cleaner output and add some notes for running tests in Docker Desktop.
- Loading branch information
Showing
23 changed files
with
268 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.