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>
This commit is contained in:
Lokesh Mandvekar
2020-05-29 14:38:33 -04:00
parent 0eea051b92
commit 8a914e8a0b
11 changed files with 47 additions and 22 deletions

View File

@ -1,3 +1,5 @@
// +build varlink
package endpoint
import (