mirror of https://github.com/containers/podman.git
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:
parent
d48b0b5131
commit
8153ea358a
|
@ -1,3 +1,5 @@
|
|||
// +build linux
|
||||
|
||||
package shm
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue