mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
build with distinct by default
This commit is contained in:
parent
49b2029656
commit
fe0f57651e
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue