Skip to content

Use Gitaly executables from its build directory

Patrick Steinhardt requested to merge pks-gitaly-build-dir into main

What does this Merge Request do and why?

Because of legacy reasons, Gitaly is nowadays installing its executables both into _build/bin and into its root directory. Ideally, there'd be only one location, and _build/bin is the desired directory here. But GDK is still using binaries from the root directory.

Switch to the modern location to find binaries such that the old way of doing things can eventually be removed in Gitaly.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports