https://github.com/simuons/bazel-aspect-toolchain
https://github.com/simuons/bazel-aspect-toolchain
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simuons/bazel-aspect-toolchain
- Owner: simuons
- Created: 2020-10-16T10:35:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T11:15:07.000Z (about 5 years ago)
- Last Synced: 2025-01-22T06:48:11.467Z (12 months ago)
- Language: Starlark
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`bazel build //:test --aspects test.bzl%test_aspect` fails with
```
Error: In aspect //:test.bzl%test_aspect applied to proto_library rule @bazel_tools//src/main/protobuf:worker_protocol_proto,
toolchain type @test//:toolchain_type was requested but only types [//:toolchain_type] are configured
```