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

Investiage the usage of --incompatible_enable_proto_toolchain_resolution #67

Open
kczulko opened this issue Sep 24, 2024 · 0 comments · May be fixed by #68
Open

Investiage the usage of --incompatible_enable_proto_toolchain_resolution #67

kczulko opened this issue Sep 24, 2024 · 0 comments · May be fixed by #68

Comments

@kczulko
Copy link

kczulko commented Sep 24, 2024

In order to speed up the build a little bit, we can try to avoid protobuf compilation. This can be achieved with flag --incompatible_enable_proto_toolchain_resolution with a help of https://github.com/aspect-build/toolchains_protoc or with a nixpkgs protobuf binary, registered through specific toolchain.

Maybe even running with a simple --proto_compiler=@nixpkgs_protobuf//:bin/protoc would be enough.

@kczulko kczulko linked a pull request Sep 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant