-
Notifications
You must be signed in to change notification settings - Fork 68
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": 34665014,
"hash": "blake3",
"digest": "a42e508492b6a9bd0a015272b6fb202d104f12c0e639ddf31397b5e77b758c4c",
"format": "zst",
"path": "buck2-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-09-01/buck2-aarch64-apple-darwin.zst"
}
]
},
"windows-aarch64": {
"size": 30426122,
"hash": "blake3",
"digest": "fd232e3a08e288d4f71c256153473209c9f70a7cba09ba8d5f0676cf28d0c4f6",
"format": "zst",
"path": "buck2-aarch64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-09-01/buck2-aarch64-pc-windows-msvc.exe.zst"
}
]
},
"linux-aarch64": {
"size": 38075575,
"hash": "blake3",
"digest": "3b6265f6e8e3266129ddebb0fc11d5bc9cf726395ae227063131182aaf7fbde6",
"format": "zst",
"path": "buck2-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-09-01/buck2-aarch64-unknown-linux-musl.zst"
}
]
},
"linux-riscv64": {
"size": 40246601,
"hash": "blake3",
"digest": "76836daf2f8770e92761e5382e931109187ff4c0003e7ae100b94bb58b3393b7",
"format": "zst",
"path": "buck2-riscv64gc-unknown-linux-gnu",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-09-01/buck2-riscv64gc-unknown-linux-gnu.zst"
}
]
},
"macos-x86_64": {
"size": 36836210,
"hash": "blake3",
"digest": "fde68fb6107a8c68c20702bbfc542fea62ffd731f71ac065453d33f9ce6c33db",
"format": "zst",
"path": "buck2-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-09-01/buck2-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 31947503,
"hash": "blake3",
"digest": "854b7a466a5176fba3c628d7067fb60662198361e5b50d0d01e224361a68bbb6",
"format": "zst",
"path": "buck2-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-09-01/buck2-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 39544378,
"hash": "blake3",
"digest": "c8f5427de625d1182f935f16664707957a446a7ce28fa3fbc8ff187eb6ce0f97",
"format": "zst",
"path": "buck2-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-09-01/buck2-x86_64-unknown-linux-musl.zst"
}
]
}
}
}