-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Expand file tree
/
Copy pathbuck2
More file actions
executable file
·91 lines (90 loc) · 2.8 KB
/
buck2
File metadata and controls
executable file
·91 lines (90 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#!/usr/bin/env dotslash
{
"name": "buck2",
"platforms": {
"macos-aarch64": {
"size": 33216184,
"hash": "blake3",
"digest": "b403639dd2b3a5d4f40cf76f3221abc1342e1735a55979f5f226f9e7c8bf0ff6",
"format": "zst",
"path": "buck2-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-18/buck2-aarch64-apple-darwin.zst"
}
]
},
"windows-aarch64": {
"size": 29013413,
"hash": "blake3",
"digest": "89c77d66cf2ce1f18840d74fa9381b7a982c7d02f3c0def30041d11c3733efb3",
"format": "zst",
"path": "buck2-aarch64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-18/buck2-aarch64-pc-windows-msvc.exe.zst"
}
]
},
"linux-aarch64": {
"size": 36348041,
"hash": "blake3",
"digest": "676bb82dfd7b1615679dabb3acd900918d065c8506e160e2389d17505305ddcc",
"format": "zst",
"path": "buck2-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-18/buck2-aarch64-unknown-linux-musl.zst"
}
]
},
"linux-riscv64": {
"size": 38625437,
"hash": "blake3",
"digest": "c887b97b36ac21a57a30df6728f87ba6460438b07a9cca911c343642b2738325",
"format": "zst",
"path": "buck2-riscv64gc-unknown-linux-gnu",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-18/buck2-riscv64gc-unknown-linux-gnu.zst"
}
]
},
"macos-x86_64": {
"size": 35521124,
"hash": "blake3",
"digest": "8885a800b502eb1a669686802c4d61e5027b2871cd0c3468165c1c5d2bdf701e",
"format": "zst",
"path": "buck2-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-18/buck2-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 30584414,
"hash": "blake3",
"digest": "8792f96e21e3025815cf7971e6cb3706c9d6aebc57fcbb139836e5f60da6e357",
"format": "zst",
"path": "buck2-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-18/buck2-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 38038226,
"hash": "blake3",
"digest": "5c312eda08015d5b54aa2af1d8176ebce41a4e63ecff662737f1301ddf322e48",
"format": "zst",
"path": "buck2-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-18/buck2-x86_64-unknown-linux-musl.zst"
}
]
}
}
}