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

Simplify Nix CI jobs #1618

Merged
merged 1 commit into from Oct 14, 2020
Merged

Simplify Nix CI jobs #1618

merged 1 commit into from Oct 14, 2020

Conversation

monacoremo
Copy link
Member

  • Removed CircleCI caching for Nix build jobs. It's finicky (e.g. Drop support for postgres 9.4 #1617 (comment)) and is not really worth it build time wise - Nix will always provide all dependencies and we only ever build PostgREST and the test suite with cabal-install, which is relatively quick
  • Merged nix-build and nix-test - separating those steps makes things more complicated than they need to be and negatively impacts performance for PRs, as we can't push to cachix for those

wolfgangwalther added a commit to wolfgangwalther/postgrest that referenced this pull request Oct 14, 2020
wolfgangwalther added a commit to wolfgangwalther/postgrest that referenced this pull request Oct 14, 2020
@wolfgangwalther
Copy link
Member

I confirmed that this fixes #1617 (comment).

When I merged this PR into both #1603 and #1617 and they were building at the same time, both were passing.

When I removed those commits again, again building both at the same time, #1617 is now failing again with the error, where the test actually belongs to #1603.

LGTM!

@steve-chavez
Copy link
Member

Oh. This was a tricky one. Great work guys!

Merging..

@steve-chavez steve-chavez merged commit 2eb8083 into PostgREST:master Oct 14, 2020
@monacoremo monacoremo deleted the patch-4 branch July 27, 2021 08:26
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

3 participants