mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
don't cache the code we're actually changing
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
parent
ef360a0a2a
commit
563ff4531d
@ -22,6 +22,7 @@ dependencies:
|
||||
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
|
||||
|
||||
override:
|
||||
- rm -rf "$HOME/.go_workspace/src/$IMPORT_PATH"
|
||||
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
|
||||
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
|
||||
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user