Skip to content

Commit

Permalink
update debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Feb 6, 2024
1 parent aed4276 commit 63eb7ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
VERSION: ${{github.ref_name}}
COMMIT: ${{ github.sha }}
with:
pre_command: make pre-build && make debug
pre_command: make pre-build && echo $CGO_ENABLED $CC $CGO_FLAGS $GOARCH
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,3 @@ pre-build: generate install-cross-build-tools
echo "arch target" $(GOARCH) "is not supported" ; \
fi

.SILENT: debug
debug:
echo $(CGO_ENABLED)
echo $(CGO_FLAGS)
echo $(GOARCH)
echo $(CC)

0 comments on commit 63eb7ed

Please sign in to comment.