mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 18:13:54 +08:00
make circle.yml use make deps instead of trying to be smart
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
@ -20,13 +20,11 @@ dependencies:
|
||||
pre:
|
||||
# setup ipv6
|
||||
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
|
||||
- go get -u github.com/whyrusleeping/gx
|
||||
- go get -u github.com/whyrusleeping/gx-go
|
||||
|
||||
override:
|
||||
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
|
||||
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
|
||||
- gx --verbose install --global
|
||||
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
|
||||
|
||||
cache_directories:
|
||||
- ~/go1.5.2.linux-amd64.tar.gz
|
||||
|
Reference in New Issue
Block a user