mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 12:30:46 +01:00
Fix watchdog_test lint and test failures on macos. (#3003)
Ensure identical build flags embedded in both files. Signed-off-by: Chris Cleeland <chris.cleeland@gmail.com>
This commit is contained in:
parent
acb36765b4
commit
d333366914
@ -11,8 +11,8 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//go:build !nowatchdog
|
//go:build linux && !nowatchdog
|
||||||
// +build !nowatchdog
|
// +build linux,!nowatchdog
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user