mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #6350 from rhatdan/build
Don't build code on remoteclient
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