victoriametrics: explicitly disable CGO
This fixes a build failure introduced by #442965 (08aadbf8d4,dbb57d8d86) on aarch64-linux. This change got restricted to only enable PIE when CGO_ENABLED=1, which is the default for our builder (4d1d61c75c) We can revert this for now whence37d84094reached master.
This commit is contained in:
@@ -23,6 +23,7 @@ buildGoModule (finalAttrs: {
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
env.CGO_ENABLED = 0;
|
||||
|
||||
subPackages =
|
||||
lib.optionals withServer [
|
||||
|
||||
Reference in New Issue
Block a user