Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit a5850dc

Browse files
committed
chore: add python
This runs cgo, so we need to add a hermetic cc toolchain and avoid linking against libc
1 parent 5ae73f1 commit a5850dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ gazelle_binary(
77
"@gazelle//language/proto:go_default_library",
88
"@gazelle//language/go:go_default_library",
99
"@gazelle_cc//language/cc",
10-
# FIXME(alexeagle): get this to compile
11-
# "@rules_python_gazelle_plugin//python",
10+
"@rules_python_gazelle_plugin//python",
1211
],
1312
)

0 commit comments

Comments
 (0)