-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
gitbutler: 0.12.16 -> 0.13.17 #355366
base: master
Are you sure you want to change the base?
gitbutler: 0.12.16 -> 0.13.17 #355366
Conversation
Thanks for figuring this one out <3 Will run this through |
|
|
bd462ac
to
81521db
Compare
Thanks for catching that. My old MBA takes ages to build this 😆 |
Result of 1 package failed to build:
|
Build error (aarch64-darwin): > Finished cargoCheckHook
> checkPhase completed in 1 minutes 45 seconds
> Running phase: glibPreInstallPhase
> Running phase: glibPreInstallPhase
> Running phase: installPhase
> Executing tauriInstallHook
> mv: cannot stat '/nix/store/4wxc38ls8z07gfrmiqq9zw81zplk740g-gitbutler-0.13.13/Applications/GitButler.app/Contents/MacOS/GitButler': No such file or directory |
81521db
to
297e80f
Compare
Ah, binary name must have changed there too. Thanks so much :) |
Result of 1 package built:
|
No worries, a bit of warmth in these colder months 😆 Sorry for just pasting the build error above without any context; I had to rush off and couldn't provide more details, but I figured what I had would be enough, and if not, then at least it'd be a starting point until I could get back and give more. Thanks again for figuring out what was going on with the rust stuff. And thank you, @sarahec, for providing additional Darwin build information. |
Result of 1 package built:
|
297e80f
to
0ca309b
Compare
0ca309b
to
a42b32c
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.13.15 has been released, and I was reminded and offered to update using upstream's updater. Interestingly, it fails with Invalid cross-device link (os error 18)
Is your patch supposed to disable the updater too?
|
|
a42b32c
to
c27d537
Compare
Bumped to the latest version, and the updater should be removed properly now |
|
Is there any reason it's not merged yet? |
Waiting on reviews now |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4891 |
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.
changes LGTM. Currently building
|
It seems like after trying to run the main program, it fails with the following error:
I guess removing the updater configuration breaks parsing it at runtime :/ |
Closes #335875
Fixes #355157
Supersedes #347819
Part of #354146
Changelog: https://github.com/gitbutlerapp/gitbutler/releases/tag/release%2F0.13.17
Diff: gitbutlerapp/gitbutler@release/0.12.16...release/0.13.17
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.