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

feat: remove restrictions on pg17 #283

Merged
merged 1 commit into from
Dec 11, 2024
Merged

feat: remove restrictions on pg17 #283

merged 1 commit into from
Dec 11, 2024

Conversation

cevian
Copy link
Contributor

@cevian cevian commented Dec 11, 2024

Upgrades alpine for pg17 to 3.21 since 3.20 is missing some packages
like postgresql17-plpython3. Keeping old versions on 3.20 to ensure
maximum backwards compatibility.

@cevian cevian force-pushed the pg17_fixes branch 6 times, most recently from eaaef73 to 5cbdca2 Compare December 11, 2024 18:55
Upgrades alpine for pg17 to 3.21 since 3.20 is missing some packages
like postgresql17-plpython3. Keeping old versions on 3.20 to ensure
maximum backwards compatibility.
Comment on lines +8 to +10
ifeq ($(shell test $(PG_MAJOR_VERSION) -ge 17; echo $$?),0)
ALPINE_VERSION=3.21
CLANG_VERSION=19
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we always do latest here at least for pg17?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the clang version is fixed by the alpine one and I want to fix the OS version I think

@cevian cevian merged commit a896f94 into main Dec 11, 2024
13 checks passed
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.

3 participants