diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2020-05-29 14:38:33 -0400 |
---|---|---|
committer | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2020-05-29 14:38:33 -0400 |
commit | 8a914e8a0b268121ede5e54032025b4f51dd0b02 (patch) | |
tree | 11212f7766f5183e8c76e15a61a2ad04590865ef /test/endpoint/version_test.go | |
parent | 0eea051b92da367469848aac93657653e004a603 (diff) | |
download | podman-8a914e8a0b268121ede5e54032025b4f51dd0b02.tar.gz podman-8a914e8a0b268121ede5e54032025b4f51dd0b02.tar.bz2 podman-8a914e8a0b268121ede5e54032025b4f51dd0b02.zip |
default build without `varlink` tag
Issue gh#6286 was already fixed in a prior commit but the Makefile still
ran some varlink steps by default.
This commit makes any varlink build steps dependent on the varlink
build tag and also makes the contrib rpm spec file independent of
varlink.
Endpoint tests will be run only if BUILDTAGS contains varlink.
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to 'test/endpoint/version_test.go')
-rw-r--r-- | test/endpoint/version_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/endpoint/version_test.go b/test/endpoint/version_test.go index a1168da70..403fca555 100644 --- a/test/endpoint/version_test.go +++ b/test/endpoint/version_test.go @@ -1,3 +1,5 @@ +// +build varlink + package endpoint import ( |