Skip to content

Commit

Permalink
Fix goext ut for bookworm (#940)
Browse files Browse the repository at this point in the history
Why I did it
#937
PR checker is blocked by goext build

How I did it
Remove go build, and keep go test to run unit test.

How to verify it
Pass all UT and E2E test cases.
  • Loading branch information
ganglyu authored Nov 2, 2024
1 parent c6364d1 commit ace2080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ all:
$(SWIG) $(SWIG_FLAG) -I/usr/include/swss/ swsscommon.i

check:
$(GO) mod init goext
sudo CGO_LDFLAGS="$(CGO_LDFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" $(GO) test

clean:
Expand Down

0 comments on commit ace2080

Please sign in to comment.