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