mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
Merge pull request #1491 from codysoyland/1490-dep-ensure-vendor-only
Use `dep ensure -vendor-only` for build repeatability
This commit is contained in:
commit
c456662ce9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ clean:
|
|||
# Set up vendor directory using `dep`
|
||||
vendor: Gopkg.toml
|
||||
$(MAKE) require-dep
|
||||
dep ensure
|
||||
dep ensure -vendor-only
|
||||
touch vendor
|
||||
|
||||
# Run test suite
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue