-
Notifications
You must be signed in to change notification settings - Fork 691
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
Py3_image no matching toolchains for types @bazel_tools//tools/cpp:toolchain_type #1935
Comments
Our toolchain also uses gcc rather than clang |
Temporary fix: |
I've encountered the same issue while attempting to use Bazel again; however, I'm not even using a Perhaps these tool versions are not compatible? Any recommendations for a version combo that currently works? Or is there something else wrong in the example repo that causes this issue?
|
Resolved my instance of this issue by noticing I was missing the following in my load("@io_bazel_rules_docker//python3:image.bzl", _py_image_repos = "repositories")
_py_image_repos() I've updated my example repo to show the working example. |
Facing the same issue on |
Had the same issue on |
Related bazelbuild/bazel#10134 |
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. |
This issue was automatically closed because it went 30 days without a reply since it was labeled "Can Close?" |
🐞 bug report
Affected Rule
The issue is caused by the rule: py3_image
Description
I can build a basic py_binary.
But when building the py3_image we get:
🔬 Minimal Reproduction
Use default RBE 16-04 config and build a py3_image
🔥 Exception or Error
Operating System:
Ubuntu container (remote), ubuntu container local
The text was updated successfully, but these errors were encountered: