aboutsummaryrefslogtreecommitdiff
path: root/pkg/domain/infra/runtime_abi.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-03 22:12:33 +0200
committerGitHub <noreply@github.com>2020-06-03 22:12:33 +0200
commit1f8c509fafb4ce41970c4f28ed55daec459c7520 (patch)
tree65edb58d599b5d8fdbb3cb9d06bb47f9e14140ba /pkg/domain/infra/runtime_abi.go
parent986a277a962aef8d975996d494a4522299f6973b (diff)
parent9263ed2ab1c87dd798a37ac260e3e81c00a59448 (diff)
downloadpodman-1f8c509fafb4ce41970c4f28ed55daec459c7520.tar.gz
podman-1f8c509fafb4ce41970c4f28ed55daec459c7520.tar.bz2
podman-1f8c509fafb4ce41970c4f28ed55daec459c7520.zip
Merge pull request #6478 from rhatdan/abisupport
Remove use of ABISupport buildtag
Diffstat (limited to 'pkg/domain/infra/runtime_abi.go')
-rw-r--r--pkg/domain/infra/runtime_abi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/infra/runtime_abi.go b/pkg/domain/infra/runtime_abi.go
index d860a8115..0a82b9a6b 100644
--- a/pkg/domain/infra/runtime_abi.go
+++ b/pkg/domain/infra/runtime_abi.go
@@ -1,4 +1,4 @@
-// +build ABISupport
+// +build !remote
package infra