mirror of
https://github.com/containers/podman.git
synced 2025-09-10 02:02:22 +08:00
Don't build code on remoteclient
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// +build !remote
|
||||
|
||||
package system
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build !remote
|
||||
|
||||
package system
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build !remote
|
||||
|
||||
package system
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build linux,!remote
|
||||
|
||||
package system
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build ABISupport
|
||||
// +build ABISupport,!remote
|
||||
|
||||
package system
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !ABISupport
|
||||
// +build !ABISupport,!remote
|
||||
|
||||
package system
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build linux
|
||||
// +build linux,!remote
|
||||
|
||||
package system
|
||||
|
||||
|
Reference in New Issue
Block a user