Marko
522a849ba9
get_tools = tools ( #3988 )
- in the makefile update `get_tools` was changed to just `tools`
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago
Jack Zampolin
8b7ca8fd99
switch to go mod ( #3613 )
* Update to using go mod from dep
* Remove references to make get_vendor_deps
* Specify go version
* Set GO111MODULE=on and add -mod=readonly
* Fix exported env
* switch to using go1.12 everywhere
* Fix test scripts
* Typo:
* Prepend GO111MODULE=on
* remove dep cache
* Revert "remove dep cache"
This reverts commit 45117bda
Signed-off-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
* bring back the dependency cache and change it to cache modules instead
of vendored deps; also:
- bump version for dependency cache
- bump version on pkg-cache (includes modules directory)
Signed-off-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
* remove some more traces of dep:
- remove Gopkg.(toml | lock)
- update contributing guidlines
- set global default in circleci (GO111MODULE=on)
Signed-off-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
* global var failed for `test_cover` with
`go: unknown environment setting GO111MODULE=true`
although the var was `GO111MODULE: on`
Signed-off-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
* Changelog pending entry
Signed-off-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
* Add bbolt dependency to go.mod
Signed-off-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
* move -mod=readonly to build flags
5 years ago
Ismail Khoffi
1eaa42cd25
golang 1.12.0 ( #3376 )
- update docker image on circleci
- remove GOCACHE=off from Makefile (see:
https://tip.golang.org/doc/go1.12#gocache )
- update badge in readme
- update in scripts/install
- update Vagrantfile
- update in networks/remote/integration.sh
- tools/build/Makefile
6 years ago
Zach Ramsay
2f4ab0c068
mv tools files to tools repo
6 years ago
Greg Szabo
82106913f1
basecoin - basecoind rename
7 years ago
Greg Szabo
0192e101ce
Quick, temporary fix for basecoin rename
7 years ago
Greg Szabo
1eb7a8a2cc
Removed trackomatron, updated config to tendermint 0.16 (config dir) and changed services to in-process
7 years ago
Greg Szabo
ffb806f2b2
Updated go version to 1.9.4 on build
7 years ago
Greg Szabo
73a4cfb06a
moer basecoin build fixes
7 years ago
Greg Szabo
c6190b3859
basecoin build typo fix
7 years ago
Greg Szabo
1f3e1eec83
basecoin build copy fix
7 years ago
Greg Szabo
b3a14da617
basecoin build fix
7 years ago
Greg Szabo
1d10217df2
tendermint build fix
7 years ago
Greg Szabo
91ce3af564
Makefile fix for new deterministic makefile in tendermint repo
7 years ago
Greg Szabo
d8dd7491e2
Added get_tools to build tendermint
7 years ago
Greg Szabo
1ade893555
More gaiacli cleanup
7 years ago
Greg Szabo
62c6b48277
Gaia build deprecated gaiacli
7 years ago
Greg Szabo
2a0fbdfc97
Makefile fixes for empty GOPATH directories
7 years ago
Greg Szabo
3905c11934
Crude hack from developers to fix gometalinter dependency
7 years ago
Greg Szabo
8bfb54d1aa
Build Makefile changes
7 years ago
Greg Szabo
4b7260cdc5
Build Makefile changes
7 years ago
Greg Szabo
ae85a7ae41
Build Makefile changes
7 years ago
Greg Szabo
dd5f81e430
Reset Makefile changes
7 years ago
Greg Szabo
a1d529e5cf
folder test fix in build
7 years ago
Greg Szabo
ce6eab5ea9
Makefile build test
7 years ago
Greg Szabo
20576cab5f
go 1.9.2 dependency added
7 years ago
Greg Szabo
e0fbe6fb3e
Version parsing changed in build to accommodate Gaia's extra space
7 years ago
Greg Szabo
38f321f843
Makefile typo fix
7 years ago
Greg Szabo
4dfe77416a
MAkefile fixes and debug info, gaia dependency fix
7 years ago
Greg Szabo
728ac86ab1
Added version check fix for build process
7 years ago
Greg Szabo
a0d21cef7d
Switched service startup dependencies, removed old basecoin build
7 years ago
Greg Szabo
e105b10fc8
Version parsing fix
7 years ago
Greg Szabo
eb3f6e65a0
New package build process with merged configuration folders
7 years ago
Greg Szabo
8f438fa893
Makefile fixes for cosmos-sdk
7 years ago
Greg Szabo
69cfb9c88e
cosmossdk build fixes
7 years ago
Greg Szabo
8aeb5a98bd
Changed cosmos-sdk to cosmossdk for the Makefile
7 years ago
Greg Szabo
bb2bfbc22a
Added cosmos-sdk build steps
7 years ago
Greg Szabo
1b1462607b
Added option to push to devops repo
7 years ago
Greg Szabo
3485cac7fb
rpm -K check fix
7 years ago
Greg Szabo
b6bc56e906
Introduced cloudfront repository hosting
7 years ago
Greg Szabo
e67b298cef
Workaround for gaia build
7 years ago
Greg Szabo
1e033b6051
Removed dependency on rpmmacros
7 years ago
Greg Szabo
eeab55dc07
Build makefile fix: build rpm and deb can be done in one go
7 years ago
Greg Szabo
516e872346
Package build refactor: removed dependency on rpmbuild for DEB packages, cleaned up folder structure
7 years ago
Greg Szabo
f529684277
Build workarounds were fixed for trackomatron and gaia.
7 years ago
Greg Szabo
88b4ca3bc3
Gaia packaging added
7 years ago
Greg Szabo
1c5e36725f
Makefile workaround for different binary name for trackomatron (tracko)
7 years ago
Greg Szabo
ccf13fae0c
Makefile fix for trackomatron
7 years ago
Greg Szabo
54a9364565
Added trackomatron build process
7 years ago
Greg Szabo
856e428057
Added branch option to build
7 years ago