Skip to content

Commit 645fb87

Browse files
Re-sync with internal repository (#47)
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging. Co-authored-by: Facebook Community Bot <6422482+facebook-github-bot@users.noreply.github.com>
1 parent 3a8873c commit 645fb87

File tree

156 files changed

+3472
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+3472
-0
lines changed

buck2

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
#!/usr/bin/env dotslash
2+
3+
{
4+
"name": "buck2",
5+
"platforms": {
6+
"macos-aarch64": {
7+
"size": 23110012,
8+
"hash": "blake3",
9+
"digest": "2e534798cfa67c02357b9edc410ea0b65984af42aecab22f077f8b8b69b635ed",
10+
"format": "zst",
11+
"path": "buck2-aarch64-apple-darwin",
12+
"providers": [
13+
{
14+
"url": "https://github.com/facebook/buck2/releases/download/2024-04-15/buck2-aarch64-apple-darwin.zst"
15+
}
16+
]
17+
},
18+
"linux-aarch64": {
19+
"size": 25625575,
20+
"hash": "blake3",
21+
"digest": "9b87f3af61a3aeaa78051c780c7c2ed5a19d5bffdabd2386a7a5925af3da9069",
22+
"format": "zst",
23+
"path": "buck2-aarch64-unknown-linux-musl",
24+
"providers": [
25+
{
26+
"url": "https://github.com/facebook/buck2/releases/download/2024-04-15/buck2-aarch64-unknown-linux-musl.zst"
27+
}
28+
]
29+
},
30+
"macos-x86_64": {
31+
"size": 25044637,
32+
"hash": "blake3",
33+
"digest": "aaf132b70d317c7e3e8573de5f73783c8325a96badd539805bf56dcaf0e0a285",
34+
"format": "zst",
35+
"path": "buck2-x86_64-apple-darwin",
36+
"providers": [
37+
{
38+
"url": "https://github.com/facebook/buck2/releases/download/2024-04-15/buck2-x86_64-apple-darwin.zst"
39+
}
40+
]
41+
},
42+
"windows-x86_64": {
43+
"size": 20557271,
44+
"hash": "blake3",
45+
"digest": "a750d714cedca0369f62ae3e6c6cd3bf6d8c65f2f79d53f5dce10e27fcc1c9a5",
46+
"format": "zst",
47+
"path": "buck2-x86_64-pc-windows-msvc.exe",
48+
"providers": [
49+
{
50+
"url": "https://github.com/facebook/buck2/releases/download/2024-04-15/buck2-x86_64-pc-windows-msvc.exe.zst"
51+
}
52+
]
53+
},
54+
"linux-x86_64": {
55+
"size": 26368190,
56+
"hash": "blake3",
57+
"digest": "486cb1458f356863331cdeacb2491afb60e3d78e4fda33adb4112dfca7dc63dd",
58+
"format": "zst",
59+
"path": "buck2-x86_64-unknown-linux-musl",
60+
"providers": [
61+
{
62+
"url": "https://github.com/facebook/buck2/releases/download/2024-04-15/buck2-x86_64-unknown-linux-musl.zst"
63+
}
64+
]
65+
}
66+
}
67+
}

0 commit comments

Comments
 (0)