Merge pull request #95247 from zowoq/deletevendor-check
gobetween, kustomize: remove deleteVendor, enable checks
This commit is contained in:
commit
38c6c46796
2 changed files with 0 additions and 7 deletions
|
@ -23,11 +23,8 @@ buildGoModule rec {
|
|||
# avoid finding test and development commands
|
||||
sourceRoot = "source/kustomize";
|
||||
|
||||
deleteVendor = true;
|
||||
vendorSha256 = "01ff3w4hwp4ynqhg8cplv0i2ixs811d2x2j6xbh1lslyyh3z3wc5";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Customization of kubernetes YAML configurations";
|
||||
longDescription = ''
|
||||
|
|
|
@ -11,8 +11,6 @@ buildGoModule rec {
|
|||
sha256 = "0bxf89l53sqan9qq23rwawjkcanv9p61sw56zjqhyx78f0bh0zbc";
|
||||
};
|
||||
|
||||
deleteVendor = true;
|
||||
|
||||
patches = [
|
||||
./gomod.patch
|
||||
];
|
||||
|
@ -23,8 +21,6 @@ buildGoModule rec {
|
|||
|
||||
vendorSha256 = "1nkni9ikpc0wngh5v0qmlpn5s9v85lb2ih22f3h3lih7nc29yv87";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp bin/gobetween $out/bin
|
||||
|
|
Loading…
Reference in a new issue