Skip to content

Commit

Permalink
fix: fix source kafka plugin ci build (lf-edge#2604)
Browse files Browse the repository at this point in the history
Signed-off-by: Song Gao <disxiaofei@163.com>
  • Loading branch information
Yisaer authored and ngjaying committed Feb 6, 2024
1 parent 6708ab6 commit 13db1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
- sources/zmq
- sources/sql
- sources/video
- sources/kafka
- functions/accumulateWordCount
- functions/countPlusOne
- functions/echo
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ PLUGINS_IN_FULL := \
extensions/sinks/sql \
extensions/sources/random \
extensions/sources/sql \
extensions/sources/video
extensions/sources/video \
extensions/sources/kafka

.PHONY: build_full
build_full: SHELL:=/bin/bash -euo pipefail
Expand Down Expand Up @@ -162,6 +163,7 @@ PLUGINS := sinks/influx \
sources/zmq \
sources/sql \
sources/video \
sources/kafka \
sinks/tdengine \
functions/accumulateWordCount \
functions/countPlusOne \
Expand Down

0 comments on commit 13db1b5

Please sign in to comment.