Skip to content

Commit

Permalink
Add linked constraint to release platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Oct 22, 2024
1 parent 15f7a6b commit 02912ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/release/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
constraint_values = [
"@platforms//os:" + os,
"@platforms//cpu:" + cpu,
"//tools/linkers:musl" if os == "linux" else "//tools/linkers:unknown",
],
visibility = ["//py/tools:__subpackages__"],
)
Expand Down

0 comments on commit 02912ea

Please sign in to comment.