mirror of https://github.com/containers/podman.git
Merge pull request #6350 from rhatdan/build
Don't build code on remoteclient
This commit is contained in:
commit
85d3641fe1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue