disable goffuzz in binaries

This commit is contained in:
Benjamin Elder
2020-06-23 11:50:01 -07:00
parent a463b25c9d
commit 42acb51e2c
9 changed files with 124 additions and 47 deletions

View File

@@ -794,7 +794,7 @@ kube::golang::build_binaries() {
# extract tags if any specified in GOFLAGS
# shellcheck disable=SC2001
gotags="selinux,$(echo "${GOFLAGS:-}" | sed -e 's|.*-tags=\([^-]*\).*|\1|')"
gotags="selinux,notest,$(echo "${GOFLAGS:-}" | sed -e 's|.*-tags=\([^-]*\).*|\1|')"
local -a targets=()
local arg