Skip to content
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

[Backport release-24.05] gitlab: 17.2.9 -> 17.3.6 #351854

Merged
merged 2 commits into from
Oct 31, 2024

Commits on Oct 28, 2024

  1. gitlab: 17.2.9 -> 17.3.6

    (cherry picked from commit 77804e9)
    srhb authored and github-actions[bot] committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    99e4967 View commit details
    Browse the repository at this point in the history
  2. gitaly: Embed git binaries

    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.
    
    (cherry picked from commit b5315bf)
    srhb authored and github-actions[bot] committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    99960e8 View commit details
    Browse the repository at this point in the history