Skip to content

Commit

Permalink
Makefile: Remove compiler versions for "make local-release"
Browse files Browse the repository at this point in the history
This is a minor clean-up following the comment in the Makefile. Now that
#246 was fixed in
#248, the versions for clang and
GCC seem no longer necessary to display.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet authored and brb committed Dec 20, 2023
1 parent 3307e5c commit 9f5a386
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ release:

## Build a new release
local-release: clean
# TODO(brb) remove once https://github.com/cilium/pwru/issues/246 is resolved
clang --version
gcc --version
ARCHS='amd64 arm64' ./local-release.sh

## Install the GO Binary to the location specified by 'BINDIR'
Expand Down

0 comments on commit 9f5a386

Please sign in to comment.