Skip to content

Commit 9e78a00

Browse files
authored
Merge pull request #4964 from zhsj/cgo
Add cgo tag to btrfs plugin
2 parents 5142c38 + 074873c commit 9e78a00

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/containerd/builtins_btrfs_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build !no_btrfs
1+
// +build !no_btrfs,cgo
22

33
/*
44
Copyright The containerd Authors.

snapshots/btrfs/btrfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build linux,!no_btrfs
1+
// +build linux,!no_btrfs,cgo
22

33
/*
44
Copyright The containerd Authors.

snapshots/btrfs/btrfs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build linux,!no_btrfs
1+
// +build linux,!no_btrfs,cgo
22

33
/*
44
Copyright The containerd Authors.

snapshots/btrfs/plugin/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build linux,!no_btrfs
1+
// +build linux,!no_btrfs,cgo
22

33
/*
44
Copyright The containerd Authors.

0 commit comments

Comments
 (0)