Mercurial
comparison third_party/bun/BUILD @ 166:78ea8d5ccc87
[ThirdParty] Added sqlite3 to the third_party.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 16:28:34 -0800 |
| parents | b212647e8654 |
| children |
comparison
equal
deleted
inserted
replaced
| 164:ce05514681c6 | 166:78ea8d5ccc87 |
|---|---|
| 14 name = "bun_darwin_arm64", | 14 name = "bun_darwin_arm64", |
| 15 srcs = ["@bun_darwin_arm64_zip//file"], | 15 srcs = ["@bun_darwin_arm64_zip//file"], |
| 16 src_folder = "bun-darwin-aarch64/bun", | 16 src_folder = "bun-darwin-aarch64/bun", |
| 17 target_compatible_with = [ | 17 target_compatible_with = [ |
| 18 "@platforms//os:osx", | 18 "@platforms//os:osx", |
| 19 "@platforms//cpu:arm64", | |
| 19 ], | 20 ], |
| 20 visibility = ["//visibility:public"], | 21 visibility = ["//visibility:public"], |
| 21 ) | 22 ) |
| 22 | 23 |
| 23 bun_binary( | 24 bun_binary( |
| 24 name = "bun_linux_x86", | 25 name = "bun_linux_x86", |
| 25 srcs = ["@bun_linux_x86_zip//file"], | 26 srcs = ["@bun_linux_x86_zip//file"], |
| 26 src_folder = "bun-linux-x64/bun", | 27 src_folder = "bun-linux-x64/bun", |
| 27 target_compatible_with = [ | 28 target_compatible_with = [ |
| 28 "@platforms//os:linux", | 29 "@platforms//os:linux", |
| 30 "@platforms//cpu:x86_64", | |
| 29 ], | 31 ], |
| 30 visibility = ["//visibility:public"], | 32 visibility = ["//visibility:public"], |
| 31 ) | 33 ) |
| 32 | 34 |
| 33 | 35 |
| 35 name = "bun_linux_aarch64", | 37 name = "bun_linux_aarch64", |
| 36 srcs = ["@bun_linux_aarch64_zip//file"], | 38 srcs = ["@bun_linux_aarch64_zip//file"], |
| 37 src_folder = "bun-linux-aarch64/bun", | 39 src_folder = "bun-linux-aarch64/bun", |
| 38 target_compatible_with = [ | 40 target_compatible_with = [ |
| 39 "@platforms//os:linux", | 41 "@platforms//os:linux", |
| 42 "@platforms//cpu:arm64", | |
| 40 ], | 43 ], |
| 41 visibility = ["//visibility:public"], | 44 visibility = ["//visibility:public"], |
| 42 ) | 45 ) |
| 43 | 46 |
| 44 filegroup( | 47 filegroup( |