Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

streamingccl/streampb: ensure there's at least one go source file #74888

Merged
merged 1 commit into from
Jan 15, 2022

Conversation

knz
Copy link
Contributor

@knz knz commented Jan 15, 2022

Fixes #74887

When the directory is empty (prior to deriving .pb.go from .proto),
the go compiler has no package name for that directory.

This prevents the execution of go mod tidy and make vendor_rebuild, and even prevents the generation of the .pb.go
file, resulting in a catch-22.

Release note: None

When the directory is empty (prior to deriving .pb.go from .proto),
the go compiler has no package name for that directory.

This prevents the execution of `go mod tidy` and `make
vendor_rebuild`, and even prevents the generation of the `.pb.go`
file, resulting in a catch-22.

Release note: None
@knz knz requested a review from rickystewart January 15, 2022 12:27
@knz knz requested a review from a team as a code owner January 15, 2022 12:27
@knz knz requested review from gh-casper and removed request for a team January 15, 2022 12:27
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@knz
Copy link
Contributor Author

knz commented Jan 15, 2022

I'm going to merge this today, as it's blocking other dependency cleanup work. If you'd like to address this in another way, we can do a followup PR.

bors r+

@craig
Copy link
Contributor

craig bot commented Jan 15, 2022

Build succeeded:

@craig craig bot merged commit 5ad21e3 into cockroachdb:master Jan 15, 2022
@miretskiy
Copy link
Contributor

miretskiy commented Jan 15, 2022 via email

@shermanCRL shermanCRL added the A-tenant-streaming Including cluster streaming label Jul 29, 2022
@shermanCRL shermanCRL added this to the 22.2 milestone Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tenant-streaming Including cluster streaming
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build: broken go mod tidy / make vendor_rebuild
4 participants