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 e55bdc3 commit 09544a2Copy full SHA for 09544a2
examples/tools/BUILD.bazel
@@ -5,10 +5,10 @@ pip_compile(
5
name = "generate_requirements_txt",
6
requirements_in = "requirements.in",
7
requirements_txt = "requirements.txt",
8
- target_compatible_with = {
+ target_compatible_with = select({
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