-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
- Summary
- Fix `bazel run //:format` failing on macOS (and other unsupported platforms) due to the noop toolchain
- Add `package(default_visibility = ["//visibility:public"])` to the noop toolchain BUILD file so `//:clang_format` alias can resolve
- Replace the empty `clang_format` filegroup with an `sh_binary` wrapping a no-op stub script, so `format_multirun` doesn't fail with "expands to no files"
-
- Test plan
- [x] Verified `bazel run //:format` completes successfully on macOS (previously failed with visibility and "expands to no files" errors)
- [ ] Verify Linux CI still passes (real toolchain has its own BUILD template with `package(default_visibility)` already set)
Generated with [Claude Code](https://claude.com/claude-code)