Skip to content

Commit 890a029

Browse files
authored
Merge pull request #1594 from marquiz/devel/rdt-linux-only
source/cpu: fix build tags on rdt discovery
2 parents 2914bff + 36b4315 commit 890a029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

source/cpu/rdt_stub.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !amd64
2-
// +build !amd64
1+
//go:build !(amd64 && linux)
2+
// +build !amd64 !linux
33

44
/*
55
Copyright 2018 The Kubernetes Authors.

0 commit comments

Comments
 (0)