mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
chore(ci): verbose build of test/bin deps
this aims to help with debugging CI failure in https://github.com/ipfs/boxo/pull/693
This commit is contained in:
@ -5,7 +5,7 @@ TGTS_$(d) :=
|
||||
define go-build-testdep
|
||||
OUT="$(CURDIR)/$@" ; \
|
||||
cd "test/dependencies" ; \
|
||||
$(GOCC) build $(go-flags-with-tags) -o "$${OUT}" "$<"
|
||||
$(GOCC) build -v $(go-flags-with-tags) -o "$${OUT}" "$<" 2>&1
|
||||
endef
|
||||
|
||||
.PHONY: github.com/ipfs/kubo/test/dependencies/pollEndpoint
|
||||
|
Reference in New Issue
Block a user