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 76d581c commit 79f3a3dCopy full SHA for 79f3a3d
python/uv/private/uv.bzl
@@ -84,6 +84,14 @@ uv.configure(
84
target_settings = ["//my_config_setting_label"],
85
compatible_with = ["@platforms//os:exotic"],
86
)
87
+
88
+# Add an extra platform that can be used with your version.
89
+uv.configure(
90
+ platform = "patched-binary",
91
+ target_settings = ["//my_super_config_setting"],
92
+ urls = ["https://example.zip"],
93
+ sha256 = "deadbeef",
94
+)
95
```
96
97
::::tip
0 commit comments