Don't build code on remoteclient

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2020-05-22 14:27:39 -04:00
parent 6e3aec3c6d
commit 6d7f8260fa
7 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,5 @@
// +build !remote
package system
import (

View File

@ -1,3 +1,5 @@
// +build !remote
package system
import (

View File

@ -1,3 +1,5 @@
// +build !remote
package system
import (

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,!remote
package system

View File

@ -1,4 +1,4 @@
// +build ABISupport
// +build ABISupport,!remote
package system

View File

@ -1,4 +1,4 @@
// +build !ABISupport
// +build !ABISupport,!remote
package system

View File

@ -1,4 +1,4 @@
// +build linux
// +build linux,!remote
package system