mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	disable goffuzz in binaries
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user