-
Notifications
You must be signed in to change notification settings - Fork 162
/
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": 26678080,
"hash": "blake3",
"digest": "77a33acb816af93dc9a38d0bf26a1c0d044ede1d1e9bf80e68bd2c692e9b15b3",
"format": "zst",
"path": "buck2-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2025-01-02/buck2-aarch64-apple-darwin.zst"
}
]
},
"linux-aarch64": {
"size": 28584872,
"hash": "blake3",
"digest": "718ab212768932fa261284629b0c679639d06e7bff2d659f33eb1922121c4a9c",
"format": "zst",
"path": "buck2-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2025-01-02/buck2-aarch64-unknown-linux-musl.zst"
}
]
},
"macos-x86_64": {
"size": 28411693,
"hash": "blake3",
"digest": "c70e6b0a7d35ada00dbb0a6af45c9032322c8d6bb5da9ade57813db8fec9cfd1",
"format": "zst",
"path": "buck2-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2025-01-02/buck2-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 23990882,
"hash": "blake3",
"digest": "7dbef62c82d63a80c3a331b2455afce365c2a34c81a17533937f80989bc1f1dd",
"format": "zst",
"path": "buck2-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2025-01-02/buck2-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 30052738,
"hash": "blake3",
"digest": "6a4e4f1e4c27fafa799fd64b258b00d405344e3e9e8fab0ab0cc88477bcf9947",
"format": "zst",
"path": "buck2-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2025-01-02/buck2-x86_64-unknown-linux-musl.zst"
}
]
}
}
}