-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathreindeer
More file actions
executable file
·67 lines (66 loc) · 2.11 KB
/
Copy pathreindeer
File metadata and controls
executable file
·67 lines (66 loc) · 2.11 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
#!/usr/bin/env dotslash
{
"name": "reindeer",
"platforms": {
"macos-aarch64": {
"size": 10333626,
"hash": "sha256",
"digest": "cb460348442eeff4b39d44724c3a251be310f152af081ed1a7b1a020d7081293",
"format": "zst",
"path": "reindeer-aarch64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2025.11.24.00/reindeer-aarch64-apple-darwin.zst"
}
]
},
"linux-aarch64": {
"size": 12023922,
"hash": "sha256",
"digest": "1cceb3b94ce6778ec1e380b6ac2283275c7ff4efb7b81ae495bbb60e1ba049d9",
"format": "zst",
"path": "reindeer-aarch64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2025.11.24.00/reindeer-aarch64-unknown-linux-musl.zst"
}
]
},
"macos-x86_64": {
"size": 10444977,
"hash": "sha256",
"digest": "dcc68b784f815641fe8ac2dc1b99719ce7417f947f8b5561aecec58ef510b445",
"format": "zst",
"path": "reindeer-x86_64-apple-darwin",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2025.11.24.00/reindeer-x86_64-apple-darwin.zst"
}
]
},
"windows-x86_64": {
"size": 9285431,
"hash": "sha256",
"digest": "bb91348f118f59aadc653e615fdd0ffd370c38d329a2dce7da930c32d867b101",
"format": "zst",
"path": "reindeer-x86_64-pc-windows-msvc.exe",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2025.11.24.00/reindeer-x86_64-pc-windows-msvc.exe.zst"
}
]
},
"linux-x86_64": {
"size": 12135295,
"hash": "sha256",
"digest": "4c839b244476ea6172ea7ae087749ffc56a63a60aa7b8b78a2f0b4fac0c540a3",
"format": "zst",
"path": "reindeer-x86_64-unknown-linux-musl",
"providers": [
{
"url": "https://github.com/facebookincubator/reindeer/releases/download/v2025.11.24.00/reindeer-x86_64-unknown-linux-musl.zst"
}
]
}
}
}