Skip to content

Commit

Permalink
This is an automated cherry-pick of #8075
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
CharlesCheung96 authored and ti-chi-bot committed Jan 30, 2023
1 parent d418b6d commit 34d30db
Show file tree
Hide file tree
Showing 19 changed files with 1,566 additions and 95 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@ cdc:
kafka_consumer:
$(GOBUILD) -ldflags '$(LDFLAGS)' -o bin/cdc_kafka_consumer ./cmd/kafka-consumer/main.go

<<<<<<< HEAD
=======
storage_consumer:
$(GOBUILD) -ldflags '$(LDFLAGS)' -o bin/cdc_storage_consumer ./cmd/storage-consumer/main.go

cdc_test_image:
@which docker || (echo "docker not found in ${PATH}"; exit 1)
docker build --platform linux/amd64 -f deployments/ticdc/docker/test.Dockerfile -t cdc:test ./

>>>>>>> 56293d0bab (redo(ticdc): use uuid in redo meta filename (#8075))
install:
go install ./...

Expand Down
Loading

0 comments on commit 34d30db

Please sign in to comment.