diff third_party/bun/BUILD @ 173:827c6ac504cd hg-web

Merged in default here.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 18:59:10 -0800
parents 78ea8d5ccc87
children
line wrap: on
line diff
--- a/third_party/bun/BUILD	Sat Jan 10 13:35:09 2026 -0800
+++ b/third_party/bun/BUILD	Mon Jan 19 18:59:10 2026 -0800
@@ -16,6 +16,7 @@
   src_folder = "bun-darwin-aarch64/bun",
   target_compatible_with = [
     "@platforms//os:osx",
+    "@platforms//cpu:arm64",
   ],
   visibility = ["//visibility:public"],
 )
@@ -26,6 +27,7 @@
   src_folder = "bun-linux-x64/bun",
   target_compatible_with = [
     "@platforms//os:linux",
+    "@platforms//cpu:x86_64",
   ],
   visibility = ["//visibility:public"],
 )
@@ -37,6 +39,7 @@
   src_folder = "bun-linux-aarch64/bun",
   target_compatible_with = [
     "@platforms//os:linux",
+    "@platforms//cpu:arm64",
   ],
   visibility = ["//visibility:public"],
 )