diff --git a/cmd/containerd/builtins_btrfs_linux.go b/cmd/containerd/builtins_btrfs_linux.go index 5a0dd7a51..7eb709524 100644 --- a/cmd/containerd/builtins_btrfs_linux.go +++ b/cmd/containerd/builtins_btrfs_linux.go @@ -1,4 +1,4 @@ -// +build !no_btrfs +// +build !no_btrfs,cgo /* Copyright The containerd Authors. diff --git a/snapshots/btrfs/btrfs.go b/snapshots/btrfs/btrfs.go index 27b734af2..3096989ae 100644 --- a/snapshots/btrfs/btrfs.go +++ b/snapshots/btrfs/btrfs.go @@ -1,4 +1,4 @@ -// +build linux,!no_btrfs +// +build linux,!no_btrfs,cgo /* Copyright The containerd Authors. diff --git a/snapshots/btrfs/btrfs_test.go b/snapshots/btrfs/btrfs_test.go index ceff97a26..03789407e 100644 --- a/snapshots/btrfs/btrfs_test.go +++ b/snapshots/btrfs/btrfs_test.go @@ -1,4 +1,4 @@ -// +build linux,!no_btrfs +// +build linux,!no_btrfs,cgo /* Copyright The containerd Authors. diff --git a/snapshots/btrfs/plugin/plugin.go b/snapshots/btrfs/plugin/plugin.go index 4f4f85408..a70af5842 100644 --- a/snapshots/btrfs/plugin/plugin.go +++ b/snapshots/btrfs/plugin/plugin.go @@ -1,4 +1,4 @@ -// +build linux,!no_btrfs +// +build linux,!no_btrfs,cgo /* Copyright The containerd Authors.