X Tutup
Skip to content

Commit 4e9e14c

Browse files
committed
Fix rdt build tags for go 1.16
Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent 778da8b commit 4e9e14c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/cri/server/rdt_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build !no_rdt
2+
// +build !no_rdt
23

34
/*
45
Copyright The containerd Authors.

pkg/cri/server/rdt_stub_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build no_rdt
2+
// +build no_rdt
23

34
/*
45
Copyright The containerd Authors.

0 commit comments

Comments
 (0)
X Tutup