-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor last bits of old-style build scripting #882
Merged
Merged
+213
−230
Conversation
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
theory
requested review from
ianstanton,
vrmiguel and
ChuckHend
as code owners
January 3, 2025 23:44
This pull request is automatically being deployed by Amplify Hosting (learn more). |
theory
added a commit
that referenced
this pull request
Jan 4, 2025
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?) * cli/tests/test_pljava * cli/tests/test_postgresql_unit * cli/tests/test_trunk_toml_dirs/pg_cron Also simplified the use of `cmake` in these extensions: * mobilitydb * pgrouting And upgraded these extensions to: * rdkit 4.6.1 * pgrouting 3.7.1 Finally, make sure that pljava properly depends on `openjdk-11-jdk`.
theory
added a commit
that referenced
this pull request
Jan 6, 2025
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?) * cli/tests/test_pljava * cli/tests/test_postgresql_unit * cli/tests/test_trunk_toml_dirs/pg_cron Also simplified the use of `cmake` in these extensions: * mobilitydb * pgrouting And upgraded these extensions to: * rdkit 4.6.1 * pgrouting 3.7.1 Finally, make sure that pljava properly depends on `openjdk-11-jdk`.
theory
added a commit
that referenced
this pull request
Jan 6, 2025
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?) * cli/tests/test_pljava * cli/tests/test_postgresql_unit * cli/tests/test_trunk_toml_dirs/pg_cron Also simplified the use of `cmake` in these extensions: * mobilitydb * pgrouting And upgraded these extensions to: * rdkit 4.6.1 * pgrouting 3.7.1 Finally, make sure that pljava properly depends on `openjdk-11-jdk`.
theory
added a commit
that referenced
this pull request
Jan 6, 2025
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?) * cli/tests/test_pljava * cli/tests/test_postgresql_unit * cli/tests/test_trunk_toml_dirs/pg_cron Also simplified the use of `cmake` in these extensions: * mobilitydb * pgrouting And upgraded these extensions to: * rdkit 4.6.1 * pgrouting 3.7.1 Finally, make sure that pljava properly depends on `openjdk-11-jdk`.
theory
added a commit
that referenced
this pull request
Jan 6, 2025
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?) * cli/tests/test_pljava * cli/tests/test_postgresql_unit * cli/tests/test_trunk_toml_dirs/pg_cron Also simplified the use of `cmake` in these extensions: * mobilitydb * pgrouting And upgraded these extensions to: * rdkit 4.6.1 * pgrouting 3.7.1 Finally, make sure that pljava properly depends on `openjdk-11-jdk`.
theory
added a commit
that referenced
this pull request
Jan 6, 2025
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?) * cli/tests/test_pljava * cli/tests/test_postgresql_unit * cli/tests/test_trunk_toml_dirs/pg_cron Also simplified the use of `cmake` in these extensions: * mobilitydb * pgrouting And upgraded these extensions to: * rdkit 4.6.1 * pgrouting 3.7.1 Finally, make sure that pljava properly depends on `openjdk-11-jdk`.
theory
added a commit
that referenced
this pull request
Jan 6, 2025
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.
theory
added a commit
that referenced
this pull request
Jan 7, 2025
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.
theory
added a commit
that referenced
this pull request
Jan 7, 2025
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.
theory
added a commit
that referenced
this pull request
Jan 7, 2025
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.
theory
added a commit
that referenced
this pull request
Jan 7, 2025
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.
theory
added a commit
that referenced
this pull request
Jan 7, 2025
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.
theory
added a commit
that referenced
this pull request
Jan 7, 2025
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.
theory
added a commit
that referenced
this pull request
Jan 7, 2025
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.
theory
added a commit
that referenced
this pull request
Jan 8, 2025
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 The `pljava` test revealed that the pattern adopted in the last month to use `make install` rather than to `mv` files broke extensions configured with a `directory` in their control files, doubling the directory prefix. Update `prepare_sharedir_file` to notice when files already start with the `directory` prefix, but keep the old behavior of stripping out `extensions` for any lingering `mv` use cases. Finally, update the README with the cleaner output and add some notes for running tests in Docker Desktop.
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 The `pljava` test revealed that the pattern adopted in the last month to use `make install` rather than to `mv` files broke extensions configured with a `directory` in their control files, doubling the directory prefix. Update `prepare_sharedir_file` to notice when files already start with the `directory` prefix, but keep the old behavior of stripping out `extensions` for any lingering `mv` use cases. Finally, update the README with the cleaner output and add some notes for running tests in Docker Desktop.
theory
added a commit
that referenced
this pull request
Jan 8, 2025
vrmiguel
approved these changes
Jan 8, 2025
theory
added a commit
that referenced
this pull request
Jan 8, 2025
theory
added a commit
that referenced
this pull request
Jan 8, 2025
theory
added a commit
that referenced
this pull request
Jan 8, 2025
theory
added a commit
that referenced
this pull request
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The exceptions are
parquet_s3_fdw
andpostgresml
, which I cannot get to build. The updated extensions are:Also simplified the use of
cmake
in these extensions:And upgraded these extensions to:
Next, make sure that pljava properly depends on
openjdk-11-jdk
.Upgrade the build scripting in tests:
The
pljava
test revealed that the pattern adopted in the last month to usemake install
rather than tomv
files broke extensions configured with adirectory
in their control files, doubling the directory prefix. Updateprepare_sharedir_file
to notice when files already start with thedirectory
prefix, but keep the old behavior of stripping outextensions
for any lingeringmv
use cases.Finally, update the README with the cleaner output and add some notes for running tests in Docker Desktop.