supabase / postgres

Unmodified Postgres with some useful plugins
https://supabase.com
PostgreSQL License
1.33k stars 137 forks source link

feat: patch supautils sha #1026

Closed J0 closed 1 month ago

J0 commented 1 month ago

Currently it seems like the SHA256sum is inaccurate which is leading to a build error

darora commented 1 month ago

What's changed? The version was changed a month ago, and we've had releases since then.

J0 commented 1 month ago

Not much has changed - I realized after opening the PR that this doesn't block the release. Figured we might as well patch though. Also fine to close.

darora commented 1 month ago

That's actually bad as well, since a sha mismatch should break the build and cause a release failure?

J0 commented 1 month ago

That's actually bad as well, since a sha mismatch should break the build and cause a release failure?

Yes, a sha mismatch should break the build and cause a release failure. I wasn't too sure if the resulting sha mismatch was intentional or something that had gone unnoticed for a long while though.

Let's close this PR as it sounds like the proper fix here would be to patch the Dockerfile rather than the Shasum