-
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": 31677637,
"hash": "blake3",
"digest": "e131718a9c0d430b0828425c03b312588223a54709331c9f4fa39eefca1f5f43",
"format": "zst",
"path": "buck2-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-04-01/buck2-aarch64-apple-darwin.zst"
}
]
},
"windows-aarch64": {
"size": 28061121,
"hash": "blake3",
"digest": "0ef978612365171b3a432e4a2f4e3e7fe9f3288513983aa512f6c71160057793",
"format": "zst",
"path": "buck2-aarch64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-04-01/buck2-aarch64-pc-windows-msvc.exe.zst"
}
]
},
"linux-aarch64": {
"size": 34821675,
"hash": "blake3",
"digest": "342fe012278b8b763bea301a7fe825007f213e0ec79c46b9faa077ba25205f71",
"format": "zst",
"path": "buck2-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-04-01/buck2-aarch64-unknown-linux-musl.zst"
}
]
},
"linux-riscv64": {
"size": 36956022,
"hash": "blake3",
"digest": "c2be0b69a422cfe01c768b1f2f17282a55f718aacf9f46c6abcacc639a53cb88",
"format": "zst",
"path": "buck2-riscv64gc-unknown-linux-gnu",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-04-01/buck2-riscv64gc-unknown-linux-gnu.zst"
}
]
},
"macos-x86_64": {
"size": 33951004,
"hash": "blake3",
"digest": "00671433e840ebbd79b5db350d541aaea0f807b4db8cbd44080243a2de99de33",
"format": "zst",
"path": "buck2-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-04-01/buck2-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 29389740,
"hash": "blake3",
"digest": "340146283ecb73c8ba8ecd5acdea8967272a4a7467abd4e208ffbac5c56167c6",
"format": "zst",
"path": "buck2-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-04-01/buck2-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 36268865,
"hash": "blake3",
"digest": "2db9eef1125dfd06b6c3784a029ace642891eb874559222126f70564bf3ac8d2",
"format": "zst",
"path": "buck2-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-04-01/buck2-x86_64-unknown-linux-musl.zst"
}
]
}
}
}