Skip to content
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

Compute image: prepare Postgres v14-v16 for Debian 12 #9954

Merged
merged 3 commits into from
Dec 1, 2024

Conversation

bayandin
Copy link
Member

@bayandin bayandin commented Nov 30, 2024

Problem

Current compute images for Postgres 14-16 don't build on Debian 12 because of issues with extensions.
This PR fixes that, but for the current setup, it is mostly a no-op change.

Summary of changes

  • Use /bin/bash -euo pipefail as SHELL to fail earlier
  • Fix plv8 build: backport a trivial patch for v8
  • Fix postgis build: depend sfgal version on Debian version instead of Postgres version

Tested in: #9849

Copy link

6952 tests run: 6644 passed, 0 failed, 308 skipped (full report)


Flaky tests (1)

Postgres 15

Code coverage* (full report)

  • functions: 30.4% (8274 of 27226 functions)
  • lines: 47.8% (65221 of 136507 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
bb9eb56 at 2024-11-30T22:20:53.139Z :recycle:

@bayandin bayandin requested review from a team and knizhnik and removed request for a team November 30, 2024 23:32
@bayandin bayandin added this pull request to the merge queue Dec 1, 2024
Merged via the queue into main with commit fae8e7b Dec 1, 2024
82 checks passed
@bayandin bayandin deleted the bayandin/prepare-older-postgreses-for-bookworm branch December 1, 2024 13:05
awarus pushed a commit that referenced this pull request Dec 5, 2024
## Problem

Current compute images for Postgres 14-16 don't build on Debian 12
because of issues with extensions.
This PR fixes that, but for the current setup, it is mostly a no-op
change.

## Summary of changes
- Use `/bin/bash -euo pipefail` as SHELL to fail earlier
- Fix `plv8` build: backport a trivial patch for v8
- Fix `postgis` build: depend `sfgal` version on Debian version instead
of Postgres version


Tested in: #9849
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants