-
Notifications
You must be signed in to change notification settings - Fork 245
/
buck2
executable file
·67 lines (66 loc) · 2.01 KB
/
buck2
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
#!/usr/bin/env dotslash
{
"name": "buck2",
"platforms": {
"macos-aarch64": {
"size": 26557981,
"hash": "blake3",
"digest": "61e2c66b9d71750cae1717413c3b11f4b259e4bd0b453a3849e85e3718f73d7f",
"format": "zst",
"path": "buck2-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-12-16/buck2-aarch64-apple-darwin.zst"
}
]
},
"linux-aarch64": {
"size": 28964298,
"hash": "blake3",
"digest": "36bc8deb94a120a8ce31f2589c61a6ebc5cc2368596ba594e62cb19124d73568",
"format": "zst",
"path": "buck2-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-12-16/buck2-aarch64-unknown-linux-musl.zst"
}
]
},
"macos-x86_64": {
"size": 28284668,
"hash": "blake3",
"digest": "0d2dcb24fc1d457606cb3b0d7e86638dcd7bac926bec83d4e396483d991abc28",
"format": "zst",
"path": "buck2-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-12-16/buck2-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 23861880,
"hash": "blake3",
"digest": "1b21cfe4e69b784e2a36342ff7f586e01415c6868dce530d285c7c7c2fb509ed",
"format": "zst",
"path": "buck2-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-12-16/buck2-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 29922285,
"hash": "blake3",
"digest": "7effb9fc30f99a48baaadfabf8fe9b234cef6adb47c9bc8f7ebf01649484c155",
"format": "zst",
"path": "buck2-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-12-16/buck2-x86_64-unknown-linux-musl.zst"
}
]
}
}
}