nix: Remove deprecation warning for dockerTools.buildImage { contents }#2541
Conversation
Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
|
Didn't change anything: https://github.com/PostgREST/postgrest/actions/runs/3339559728/jobs/5528657687 @monacoremo can you have a look at that failure? Any idea? |
|
Hm, we didn't change anything from cachix so it must have been an upstream change. Not sure, but maybe bumping the versions of cachix actions could help |
Wait.. why didn't dependabot create PRs for some updates? At least cachix-action v11 is out for 15 days already.. and v10 says something about some "broken installs": https://github.com/cachix/cachix-action/releases Ah, same thing for install-nix-action... https://github.com/cachix/install-nix-action/releases |
|
Nope, updating those didn't help. Same error. Any other ideas, @steve-chavez, @monacoremo? Does pushing to cachix work for you guys locally, too? |
|
@wolfgangwalther Yes, Perhaps #2479 is related? Could we merge that one and see if it clears something for cachix? |
I'm going to build that on my machine, push it to cachix and then see whether CI passes. Otherwise the build job might time out again. |
|
Updating nixpkgs fixed it. |
Whenever we push to main right now, the cachix push job fails: https://github.com/PostgREST/postgrest/actions/runs/3338831343/jobs/5527008514
While looking at it, I noticed the deprecation warning for $subject. Changed that here. Couldn't find any problem with pushing to cachix, though. I just set up the auth token for the first time and pushed successfully from my local machine.
@steve-chavez any idea why it's currently failing on main? This will prevent us from doing a release, I think.
I will merge this fix when CI ran through and see whether it changes anything... but I don't expect it to.