-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
immich-go: 0.22.1 -> 0.25.0 #392288
base: master
Are you sure you want to change the base?
immich-go: 0.22.1 -> 0.25.0 #392288
Conversation
|
FWIW the fail was caused during the checks phase, on |
Dunno but of-borg passed 🤷 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta.changelog
needs to be updated (the link in the commit message 404s).
I suggest you reference src.tag
in it rather than version
.
5f24c67
to
342c2e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.25.0 was released
preCheck = '' | ||
export HOME=$TMPDIR | ||
mkdir -p $HOME | ||
''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
preCheck = '' | |
export HOME=$TMPDIR | |
mkdir -p $HOME | |
''; | |
nativeCheckInputs = [ | |
writableTmpDirAsHomeHook | |
]; |
and put this below preBuild
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the reference! How could I have found this hook by myself?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure. It's pretty new afaik and I only stumbled on it by accident.
This is still true. |
342c2e2
to
fae6ef4
Compare
Thank you for catching all the silly mistakes. 🤦♂️ 👍 |
fae6ef4
to
a28fe7c
Compare
a28fe7c
to
00a3a62
Compare
Diff: simulot/immich-go@0.22.1...v0.25.0
Changelog: https://github.com/simulot/immich-go/releases/tag/v0.25.0
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.
Fixes #391527 and should fix the update bot.