-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathbuck2
More file actions
executable file
·91 lines (90 loc) · 2.8 KB
/
buck2
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": 31825491,
"hash": "blake3",
"digest": "d3c310dac621bab17c17e54b1e34ad911095d89575010294084865f528a0cf65",
"format": "zst",
"path": "buck2-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-03-11/buck2-aarch64-apple-darwin.zst"
}
]
},
"windows-aarch64": {
"size": 27940006,
"hash": "blake3",
"digest": "3b2443aa691429761c977f15665dcf9873f6177f95694c8e5aece750fead3fde",
"format": "zst",
"path": "buck2-aarch64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-03-11/buck2-aarch64-pc-windows-msvc.exe.zst"
}
]
},
"linux-aarch64": {
"size": 34831523,
"hash": "blake3",
"digest": "6615f4f2fc9ee5744774bff9e31d4dbf24c3c21bbda38536f4ed1b6c0434b3bf",
"format": "zst",
"path": "buck2-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-03-11/buck2-aarch64-unknown-linux-musl.zst"
}
]
},
"linux-riscv64": {
"size": 37075886,
"hash": "blake3",
"digest": "f5200907427d059eb03980a196cc7b734e4bf94a74f3d5d18a0640c52978cfbb",
"format": "zst",
"path": "buck2-riscv64gc-unknown-linux-gnu",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-03-11/buck2-riscv64gc-unknown-linux-gnu.zst"
}
]
},
"macos-x86_64": {
"size": 34133546,
"hash": "blake3",
"digest": "db6417da0e6138c252ad23e9eb0f0a622bbd515543f952a8449599458e6c5bd4",
"format": "zst",
"path": "buck2-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-03-11/buck2-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 29672197,
"hash": "blake3",
"digest": "dee4625239e9eb033970bd10f5345858ce209202543624d2e06d3b379654c9e3",
"format": "zst",
"path": "buck2-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-03-11/buck2-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 36430721,
"hash": "blake3",
"digest": "8bcb7f271c2a7619d45675f5256a46cbc52883e65dcec6b5fd3b9cfb123b7e20",
"format": "zst",
"path": "buck2-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-03-11/buck2-x86_64-unknown-linux-musl.zst"
}
]
}
}
}