@cryptotaxi247 / kubo / commits / 1cb153757

chore(ci): verbose build of test/bin deps

this aims to help with debugging CI failure in https://github.com/ipfs/boxo/pull/693

Marcin Rataj committed Oct 21, 2024 at 19:23 UTC 1cb153757ceb51977651740afe6196f7ebc5a6b5
1 file changed +1 -1
test/bin/Rules.mk
+1 -1
@@ -5,7 +5,7 @@ TGTS_$(d) :=
5 define go-build-testdep
6 OUT="$(CURDIR)/$@" ; \
7 cd "test/dependencies" ; \
8 - $(GOCC) build $(go-flags-with-tags) -o "$${OUT}" "$<"
8 + $(GOCC) build -v $(go-flags-with-tags) -o "$${OUT}" "$<" 2>&1
9 endef
10
11 .PHONY: github.com/ipfs/kubo/test/dependencies/pollEndpoint