forked from facebook/folly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": 24924445,
"hash": "blake3",
"digest": "40cbedd558abedba7010efc85132f945667e452705972c1591dbc56651b65844",
"format": "zst",
"path": "buck2-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-07-15/buck2-aarch64-apple-darwin.zst"
}
]
},
"linux-aarch64": {
"size": 27251861,
"hash": "blake3",
"digest": "0fb2d9bf5551978b48eee0b4e82b5c722e45b96f79c2d5f0d8b8aabef26cf20f",
"format": "zst",
"path": "buck2-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-07-15/buck2-aarch64-unknown-linux-musl.zst"
}
]
},
"macos-x86_64": {
"size": 26823484,
"hash": "blake3",
"digest": "d4616fd7745b8287c350a796362d8501db2a9ffe391111b8ad8db1e64bdf0ddd",
"format": "zst",
"path": "buck2-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-07-15/buck2-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 22224358,
"hash": "blake3",
"digest": "fff0a49beee1f2fa3b89739c380dd88d3b921804b0ba9cb37b4cab0788853fb7",
"format": "zst",
"path": "buck2-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-07-15/buck2-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 28388859,
"hash": "blake3",
"digest": "dca6746e9610a3c656c9ba6da3e6422852373fba334e25b3e758babb30638164",
"format": "zst",
"path": "buck2-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2024-07-15/buck2-x86_64-unknown-linux-musl.zst"
}
]
}
}
}