-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
gitlab: 17.2.9 -> 17.3.6 #350915
gitlab: 17.2.9 -> 17.3.6 #350915
Conversation
Before #350901 since 17.3.x is a "stop release" that must be included in the upgrade cycle |
gitaly really wants to have its git built with the Definitely WIP |
1ec182b
to
e049989
Compare
Well, this appears to work, but it's definitely not the intended way to use the bundled git. I'm unsure how much we would need to change to get it to function, however. It would be good to have some more eyes on this. (We're still using the |
gitaly now embeds git binaries in itself during the build https://gitlab.com/gitlab-org/gitaly/-/blob/10fd91391a7c30ca54ec81eea881740cfdee8b0a/packed_binaries.go#L22 These are meant to be built by the `Makefile` target `install-bundled-git` but this produces binaries with different names, and we're also referring to this version of git throughout the NixOS module, so we hack this by copying over the binaries from the deprecated `git` target with which we're building gitaly-git.
Successfully created backport PR for |
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.