Merge pull request #4964 from zhsj/cgo

Add cgo tag to btrfs plugin
This commit is contained in:
Derek McGowan
2021-01-22 11:42:01 -08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// +build !no_btrfs
// +build !no_btrfs,cgo
/*
Copyright The containerd Authors.

View File

@@ -1,4 +1,4 @@
// +build linux,!no_btrfs
// +build linux,!no_btrfs,cgo
/*
Copyright The containerd Authors.

View File

@@ -1,4 +1,4 @@
// +build linux,!no_btrfs
// +build linux,!no_btrfs,cgo
/*
Copyright The containerd Authors.

View File

@@ -1,4 +1,4 @@
// +build linux,!no_btrfs
// +build linux,!no_btrfs,cgo
/*
Copyright The containerd Authors.