From 09862f5ad318fbfcd6009a013e20dd3d29d304da Mon Sep 17 00:00:00 2001 From: Willy Date: Tue, 25 Jan 2022 10:57:00 +0100 Subject: [PATCH] enable optional debug output for xgo this was previously enabled for the dev workflow and disabled for stable/unstable. having more output could be useful at some point --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea96130e..ea512a57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,9 +156,9 @@ jobs: dest: build prefix: statping targets: ${{ matrix.platform }}/${{ matrix.arch }} - # TODO v and x were true for dev workflow but false for stable/unstable. what do they do? - v: false - x: false + # v and x enable additional debug output + v: true + x: true pkg: cmd buildmode: pie tags: ${{ env.XGO_TAGS }}