提交 1e31839c 作者: Jeromy

use repo level bins in test Makefile

License: MIT
Signed-off-by: 's avatarJeromy <why@ipfs.io>
上级 f2aa1091
......@@ -30,6 +30,8 @@ go_check:
bin/gx-v%:
@echo "installing gx $(@:bin/gx-%=%)"
@bin/dist_get gx $@ $(@:bin/gx-%=%)
rm -f bin/gx
ln -s $(@:bin/%=%) bin/gx
bin/gx-go-v%:
@echo "installing gx-go $(@:bin/gx-go-%=%)"
......
......@@ -9,6 +9,8 @@ GOSLEEP_SRC = ./dependencies/go-sleep
GX_RELATIVE_PATH = ../../../../gx/ipfs
export PATH := ../bin:${PATH}
# User might want to override those on the command line
GOFLAGS =
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论