Skip to content

Commit 5db0477

Browse files
committed
Debug build failure
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 6955455 commit 5db0477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ $(GCI): $(LOCALBIN)
466466
# $2 - package url which can be installed
467467
# $3 - specific version of package
468468
define go-install-tool
469+
set -x; \
469470
@[ -f "$(1)-$(3)" ] || { \
470471
set -e; \
471472
package=$(2)@$(3) ;\

0 commit comments

Comments
 (0)