Merge pull request #95247 from zowoq/deletevendor-check

gobetween, kustomize: remove deleteVendor, enable checks
This commit is contained in:
Florian Klink 2020-08-12 22:09:15 +02:00 committed by GitHub
commit 38c6c46796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View file

@ -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 = ''

View file

@ -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