We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b63c12 commit e55bdc3Copy full SHA for e55bdc3
examples/tools/BUILD.bazel
@@ -5,6 +5,10 @@ pip_compile(
5
name = "generate_requirements_txt",
6
requirements_in = "requirements.in",
7
requirements_txt = "requirements.txt",
8
+ target_compatible_with = {
9
+ "@platforms//os:windows": ["@platforms//:incompatible"],
10
+ "//conditions:default": [],
11
+ },
12
)
13
14
# Don't allow rules_go to compile the Go SDK with cgo enabled, as that
0 commit comments