Skip to content

Commit d5aeb65

Browse files
committed
wip
1 parent d75cdb6 commit d5aeb65

File tree

5 files changed

+3934
-10
lines changed

5 files changed

+3934
-10
lines changed

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ pip = use_extension("//python/extensions:pip.bzl", "pip")
103103
os_name = "osx",
104104
platform = "osx_{}".format(cpu),
105105
whl_platforms = [
106-
"macosx_*_*_{}".format(wheel_cpu)
106+
# TODO @aignas 2025-05-23: how do we specify the default osx version?
107+
"macosx_*_{}".format(wheel_cpu)
107108
for wheel_cpu in wheel_cpu_values
108109
],
109110
)

0 commit comments

Comments
 (0)