Commit 12147a3c authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38630 from ncdc/fix-threshold-notifier-build-tags

Automatic merge from submit-queue (batch tested with PRs 38453, 36672, 38629, 34966, 38630) Fix threshold notifier build tags Fix threshold notifier build tags so the linux version is only built if cgo is enabled, and the unsupported version is built if it's either not linux or not cgo.
parents 0ac73a82 89ea5ac9
// +build cgo
/*
Copyright 2016 The Kubernetes Authors.
......
// +build !linux
// +build !linux !cgo
/*
Copyright 2016 The Kubernetes Authors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment