Skip to content

Commit

Permalink
[build] Ensure fdset files are built correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Oct 10, 2024
1 parent beef069 commit 1670b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ fdset:
@echo -e "building fdset files \033[1;33m==>\033[0m \033[1;34m./common/protos\033[0m"

@mkdir -p fdset
@cd common/protos && protoc -o events.fdset events.proto && cd ../..
@cd common/protos && protoc -I.. -I. -o events.fdset events.proto && cd ../..
@mv common/protos/events.fdset fdset

@echo -e "to consume with \033[1;33mhttps://github.com/sevagh/pq\033[0m: FDSET_PATH=./fdset pq kafka aliecs.environment --brokers kafka-broker-hostname:9092 --beginning --msgtype events.Event"
Expand Down

0 comments on commit 1670b02

Please sign in to comment.