From fe0f57651ed24e4b2e30b0b491ef14fa411475a0 Mon Sep 17 00:00:00 2001 From: Matt Jaffee Date: Fri, 20 Dec 2019 12:19:57 -0600 Subject: [PATCH] build with distinct by default --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 20f00ac03..9d24ae75f 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,10 @@ define LICENSE_HASH_CODE endef LICENSE_HASH=$(shell $(call LICENSE_HASH_CODE, pilosa.go)) +PLUGINS=distinct export GO111MODULE=on export GOPRIVATE=github.com/molecula +export PLUGINS # Run tests and compile Pilosa default: test build