gitaly: Copy gem files into bundler env instead of symlinking
This fixes issue #79374, where gitaly prints warning messages on the client side when running push or fetch.
This commit is contained in:
parent
affcf9ba1e
commit
74769b6799
@ -5,6 +5,7 @@ let
|
|||||||
rubyEnv = bundlerEnv rec {
|
rubyEnv = bundlerEnv rec {
|
||||||
name = "gitaly-env";
|
name = "gitaly-env";
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
|
copyGemFiles = true;
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
gemset =
|
gemset =
|
||||||
let x = import (gemdir + "/gemset.nix");
|
let x = import (gemdir + "/gemset.nix");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user