Merge pull request #6459 from dmcgowan/fix-rdt-build-tags
Fix rdt build tags for go 1.16
This commit is contained in:
commit
13b804c10d
@ -1,4 +1,5 @@
|
|||||||
//go:build !no_rdt
|
//go:build !no_rdt
|
||||||
|
// +build !no_rdt
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright The containerd Authors.
|
Copyright The containerd Authors.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
//go:build no_rdt
|
//go:build no_rdt
|
||||||
|
// +build no_rdt
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright The containerd Authors.
|
Copyright The containerd Authors.
|
||||||
|
Loading…
Reference in New Issue
Block a user