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

ci: check against GHC 9.0.2 #2834

Merged
merged 2 commits into from Jun 21, 2023
Merged

Conversation

steve-chavez
Copy link
Member

@steve-chavez steve-chavez commented Jun 21, 2023

Problem

Our custom build for ARM postgrest-v11.1.0-ubuntu-aarch64.tar.xz is not working on Ubuntu 18.04. This because it requires a GLIBC > 2.27.

OverloadedRecordDot requires GHC 9.2.0, hence a GLIBC > 2.27.

Solution

Stick to supporting GHC 9.0.2, which is the latest supported version on Ubuntu: https://packages.ubuntu.com/search?keywords=ghc. This by adding a check on CI and removing OverloadedRecordDot usage.

Notes

@steve-chavez steve-chavez merged commit 40dc46e into PostgREST:main Jun 21, 2023
29 checks passed
@wolfgangwalther wolfgangwalther mentioned this pull request Jan 11, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants