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

Add a CI check for building with Cabal #2445

Merged
merged 2 commits into from
Aug 24, 2022
Merged

Conversation

robx
Copy link
Contributor

@robx robx commented Aug 24, 2022

The idea is that this ensures

  1. that it's easy for contributors to hack on PostgREST without
    getting nix set up
  2. we see things break more easily outside the very controlled nix
    environment (e.g. it would be easy to add a GHC 9.4.2 build here,
    or to see some problems with the version bounds)

I wanted to have a check like this around while working on #2444, to ensure that that forked dependency doesn't cause cabal builds to fail.

The idea is that this ensures
1. that it's easy for contributers to hack on PostgREST without
   getting nix set up
2. we see things break more easily outside the very controlled nix
   environment (e.g. it would be easy to add a GHC 9.4.2 build here)
@robx robx marked this pull request as ready for review August 24, 2022 15:51
@robx robx merged commit 3b290d5 into PostgREST:main Aug 24, 2022
@robx robx deleted the ci-cabal-build branch August 24, 2022 21:50
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