Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile_CDAC
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ pb:
.;
cp -a output/bess_pb ${BESS_PB_DIR}

# Fix SonarQube issues in autogenerated protobuf Go files:
# Adds NOSONAR comments to empty stub methods (e.g., ProtoMessage, oneof helpers)
go run pfcpiface/tools/fix_sonar_pb.go
# Python grpc/protobuf generation
py-pb:
DOCKER_BUILDKIT=$(DOCKER_BUILDKIT) docker build -f Dockerfile_CDAC $(DOCKER_PULL) $(DOCKER_BUILD_ARGS) \
Expand Down
Loading
Loading