-
Notifications
You must be signed in to change notification settings - Fork 383
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": 32764794,
"hash": "blake3",
"digest": "d62219b22334d4fe7f24308211467822f8a468fe51b8d82bbe7f9b9cffb41b1d",
"format": "zst",
"path": "buck2-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-01/buck2-aarch64-apple-darwin.zst"
}
]
},
"windows-aarch64": {
"size": 28892320,
"hash": "blake3",
"digest": "670e6108abc2da799e9924ebdce47cb458b1f724699844752f053dd706d3f654",
"format": "zst",
"path": "buck2-aarch64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-01/buck2-aarch64-pc-windows-msvc.exe.zst"
}
]
},
"linux-aarch64": {
"size": 35961654,
"hash": "blake3",
"digest": "12ef7ecd26e8e69a28b4f793bc1d6f33cea69fcc2d30f835ee25c29086a3d8af",
"format": "zst",
"path": "buck2-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-01/buck2-aarch64-unknown-linux-musl.zst"
}
]
},
"linux-riscv64": {
"size": 38118176,
"hash": "blake3",
"digest": "fcfae5f253b5fbf103989e2c9361f4fe2d790cf764db7b530885ac708b79599e",
"format": "zst",
"path": "buck2-riscv64gc-unknown-linux-gnu",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-01/buck2-riscv64gc-unknown-linux-gnu.zst"
}
]
},
"macos-x86_64": {
"size": 35032805,
"hash": "blake3",
"digest": "4724aed0e4d68516acf9254d1f3820cbedce6bb1e48d8ba5f69f04df59daa672",
"format": "zst",
"path": "buck2-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-01/buck2-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 30275312,
"hash": "blake3",
"digest": "f806977c363a5ab55d60ebb848b907e83b78d6231de57aa3bd8d890091386f6e",
"format": "zst",
"path": "buck2-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-01/buck2-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 37532464,
"hash": "blake3",
"digest": "524c6c132fafd8151736882aed6badb37cb69d4d4583a84ce5e550a9ca473c03",
"format": "zst",
"path": "buck2-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebook/buck2/releases/download/2026-05-01/buck2-x86_64-unknown-linux-musl.zst"
}
]
}
}
}