Skip to content

Commit 0bd5fbf

Browse files
committed
add back the macosx x86_64 because our CI depends on it
1 parent b40f6a4 commit 0bd5fbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ pip = use_extension("//python/extensions:pip.bzl", "pip")
117117
"universal2",
118118
"arm64",
119119
],
120+
"x86_64": [
121+
"universal2",
122+
"x86_64",
123+
],
120124
}.items()
121125
]
122126

0 commit comments

Comments
 (0)