-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Bazel rules for protobufs so that we don't have to regenerate generated protobuf code #83
Comments
We no longer include the generated code because the engine code can use straight python dictionaries. However we should probably include bazel rules here anyway. |
Would like to help with this if i knew what it meant. I'm willing to learn Bazel but there are no tutorials for Python: https://docs.bazel.build/versions/master/getting-started.html |
Looks like Bazel rules are language agnostic. This is what I have in a
|
@vtomole have you check to see if this compiles in Bazel? If so I think we should add these (without making bazel a requirement of Cirq, but I think this will be useful...at least it will be inside of Google!) |
Bazel can compile it. Should I also send the
|
I had to kill the bazel step on travis because the jdk download started 404ing |
we have valid BUILD files, but aren't using or requiring bazel. I think we should close. |
No description provided.
The text was updated successfully, but these errors were encountered: