mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
Make libpod/lock/shm completely Linux-only
If the tests are not Linux-only, (go test ./...) still tries to build and test the package. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@ -1,3 +1,5 @@
|
|||||||
|
// +build linux
|
||||||
|
|
||||||
package shm
|
package shm
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Reference in New Issue
Block a user