-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathbuck2
More file actions
executable file
·91 lines (90 loc) · 2.8 KB
/
Copy pathbuck2
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": 32879851,
"hash": "blake3",
"digest": "cdd281923d64f87698be7bf29451e8ccbdc227848f4af98ba6d69bf45bb6b057",
"format": "zst",
"path": "buck2-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-06-01/buck2-aarch64-apple-darwin.zst"
}
]
},
"windows-aarch64": {
"size": 28648005,
"hash": "blake3",
"digest": "33c8f015ee62ca6a10b71b17a11d31a017dd7873001d3099bb4b716c91e8f2e3",
"format": "zst",
"path": "buck2-aarch64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-06-01/buck2-aarch64-pc-windows-msvc.exe.zst"
}
]
},
"linux-aarch64": {
"size": 36109302,
"hash": "blake3",
"digest": "1466e18ac6837b4dcd579cbdbc89586542d1b2e7d3110ce5fe49907fda18f635",
"format": "zst",
"path": "buck2-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-06-01/buck2-aarch64-unknown-linux-musl.zst"
}
]
},
"linux-riscv64": {
"size": 38306361,
"hash": "blake3",
"digest": "c87a1cc4f3047b64691f619ee26eaeedcce3a45b118ef521d49a08125580333c",
"format": "zst",
"path": "buck2-riscv64gc-unknown-linux-gnu",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-06-01/buck2-riscv64gc-unknown-linux-gnu.zst"
}
]
},
"macos-x86_64": {
"size": 35191912,
"hash": "blake3",
"digest": "fbd2e05ec7fc1f7d4f4d6a2b496e93897fe0a586079faebd5fb1e99b337733f5",
"format": "zst",
"path": "buck2-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-06-01/buck2-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 30236140,
"hash": "blake3",
"digest": "a495c2dd80e725af2550ff537d0279308d07d20854500d23d71ccccaa9bd7da0",
"format": "zst",
"path": "buck2-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-06-01/buck2-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 37784360,
"hash": "blake3",
"digest": "e64f199b610c6001c18f95995e0fd7a954025f52845f6794e7d67defa5d92977",
"format": "zst",
"path": "buck2-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-06-01/buck2-x86_64-unknown-linux-musl.zst"
}
]
}
}
}