Merge pull request #6350 from rhatdan/build

Don't build code on remoteclient
This commit is contained in:
OpenShift Merge Robot
2020-06-01 20:57:58 +02:00
committed by GitHub
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