mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
Fix compilation of tests without CGo
Have the build conditions match the build conditions of the referenced implementation. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build linux || freebsd
|
||||
//go:build (linux || freebsd) && cgo
|
||||
|
||||
package shm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user