1
0
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:
Marcin Rataj
2024-10-21 19:23:29 +02:00
parent 550f464263
commit 1cb153757c

View File

@ -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