diff --git a/pkg/cri/server/rdt_linux.go b/pkg/cri/server/rdt_linux.go index 9885da314..21b2876de 100644 --- a/pkg/cri/server/rdt_linux.go +++ b/pkg/cri/server/rdt_linux.go @@ -1,4 +1,5 @@ //go:build !no_rdt +// +build !no_rdt /* Copyright The containerd Authors. diff --git a/pkg/cri/server/rdt_stub_linux.go b/pkg/cri/server/rdt_stub_linux.go index 16d3e606e..179493562 100644 --- a/pkg/cri/server/rdt_stub_linux.go +++ b/pkg/cri/server/rdt_stub_linux.go @@ -1,4 +1,5 @@ //go:build no_rdt +// +build no_rdt /* Copyright The containerd Authors.