Skip to content

Commit 1859933

Browse files
authored
refactor: disable cc in gazelle runner by default (#106)
### Changes are visible to end-users: no ### Test plan - Manual testing;
1 parent fdedfc3 commit 1859933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/bin/gazelle/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ var envLanguages = []runner.GazelleLanguage{
1616
// Kotlin not included in the prebuild because it interferes with normal operation
1717
// and there is no directive to disable it.
1818
// runner.Kotlin,
19+
// CC not included due to Gazelle CC causing issues in many scenarios with unrelated targets.
1920
runner.Go,
2021
runner.Protobuf,
2122
runner.Bzl,
2223
runner.Python,
2324
runner.Orion,
24-
runner.CC,
2525
runner.JavaScript,
2626
}
2727

0 commit comments

Comments
 (0)