nandi/jolt-nativepublic Fork 0
a9f3673367a8f0d3dd7d6ab1d380484d1df795c1
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

generated.bzl · 137 lines · 6.5 KBPython Blame HistoryRaw
Fetch rustc the way buck can ship it, from what DotSlash already pins 8cf1b33 nandi 19d ago1# @generated by scripts/dotslash-to-buck — do not edit.
2#
3# The same archives scripts/*.dotslash pins, as facts buck can act on.
4# Bump the DotSlash file and run `just sync-dist`.
5
6DIST = {
Cross-compile for Android, with an NDK nobody has to install 14a30c0 nandi 19d ago7 "android-ndk": {
8 "linux-x86_64": {
9 "url": "https://dl.google.com/android/repository/android-ndk-r29-linux.zip",
10 "sha256": "4abbbcdc842f3d4879206e9695d52709603e52dd68d3c1fff04b3b5e7a308ecf",
11 "strip_prefix": "android-ndk-r29",
12 "type": "zip"
13 },
14 "macos-aarch64": {
15 "url": "https://dl.google.com/android/repository/android-ndk-r29-darwin.zip",
16 "sha256": "ce5e4b100ec5fe5be4eb3edcb2c02528824ff9cda3860f5304619be6c3da34d3",
17 "strip_prefix": "android-ndk-r29",
18 "type": "zip"
19 },
20 "macos-x86_64": {
21 "url": "https://dl.google.com/android/repository/android-ndk-r29-darwin.zip",
22 "sha256": "ce5e4b100ec5fe5be4eb3edcb2c02528824ff9cda3860f5304619be6c3da34d3",
23 "strip_prefix": "android-ndk-r29",
24 "type": "zip"
25 }
26 },
27 "dotslash": {
28 "linux-aarch64": {
29 "url": "https://github.com/facebook/dotslash/releases/download/v0.5.9/dotslash-linux-musl.arm64.v0.5.9.tar.gz",
30 "sha256": "e58374446dacd4a228388cd275d974bbd8f946916b513cf0eb86bdff5d9d675e",
31 "strip_prefix": "",
32 "type": "tar.gz"
33 },
34 "linux-x86_64": {
35 "url": "https://github.com/facebook/dotslash/releases/download/v0.5.9/dotslash-linux-musl.x86_64.v0.5.9.tar.gz",
36 "sha256": "4c75c6eb7890ae35993b962073f6d9bbe78b42b81a5691303ad70f63bfbf7196",
37 "strip_prefix": "",
38 "type": "tar.gz"
39 },
40 "macos-aarch64": {
41 "url": "https://github.com/facebook/dotslash/releases/download/v0.5.9/dotslash-macos-arm64.v0.5.9.tar.gz",
42 "sha256": "eef15be1b554de7b1409cb0c69c24f2cd04f19c0f101ad69fcdf9d66d4d51639",
43 "strip_prefix": "",
44 "type": "tar.gz"
45 },
46 "macos-x86_64": {
47 "url": "https://github.com/facebook/dotslash/releases/download/v0.5.9/dotslash-macos-amd64.v0.5.9.tar.gz",
48 "sha256": "51446593596ffe4cd22bc43a0fe6d82dd367758eb53cb4ade36d6a684ed08469",
49 "strip_prefix": "",
50 "type": "tar.gz"
51 }
52 },
53 "rust-std-android": {
54 "linux-aarch64": {
55 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-std-1.98.0-aarch64-linux-android.tar.gz",
56 "sha256": "ac1be298e0500438090baa492ac8858473466e386f780878d65d42e575679514",
57 "strip_prefix": "rust-std-1.98.0-aarch64-linux-android",
58 "type": "tar.gz"
59 },
60 "linux-x86_64": {
61 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-std-1.98.0-aarch64-linux-android.tar.gz",
62 "sha256": "ac1be298e0500438090baa492ac8858473466e386f780878d65d42e575679514",
63 "strip_prefix": "rust-std-1.98.0-aarch64-linux-android",
64 "type": "tar.gz"
65 },
66 "macos-aarch64": {
67 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-std-1.98.0-aarch64-linux-android.tar.gz",
68 "sha256": "ac1be298e0500438090baa492ac8858473466e386f780878d65d42e575679514",
69 "strip_prefix": "rust-std-1.98.0-aarch64-linux-android",
70 "type": "tar.gz"
71 },
72 "macos-x86_64": {
73 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-std-1.98.0-aarch64-linux-android.tar.gz",
74 "sha256": "ac1be298e0500438090baa492ac8858473466e386f780878d65d42e575679514",
75 "strip_prefix": "rust-std-1.98.0-aarch64-linux-android",
76 "type": "tar.gz"
77 }
78 },
Fetch rustc the way buck can ship it, from what DotSlash already pins 8cf1b33 nandi 19d ago79 "rust": {
80 "linux-aarch64": {
81 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-aarch64-unknown-linux-gnu.tar.gz",
82 "sha256": "5fbb4282403046d52a4672765c6761a809bf9f33e699b17e6eb7a93ab7770cc3",
83 "strip_prefix": "rust-1.98.0-aarch64-unknown-linux-gnu",
84 "type": "tar.gz"
85 },
86 "linux-x86_64": {
87 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-x86_64-unknown-linux-gnu.tar.gz",
88 "sha256": "aa30409afa67bd1ada244cefd82c7980e6a65bc113bb978e934b2413c75e3900",
89 "strip_prefix": "rust-1.98.0-x86_64-unknown-linux-gnu",
90 "type": "tar.gz"
91 },
92 "macos-aarch64": {
93 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-aarch64-apple-darwin.tar.gz",
94 "sha256": "026ec75bec81fb8c10b11df98f1336ee39f4bc11e04d6745dffe9fca81e5c0b5",
95 "strip_prefix": "rust-1.98.0-aarch64-apple-darwin",
96 "type": "tar.gz"
97 },
98 "macos-x86_64": {
99 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-x86_64-apple-darwin.tar.gz",
100 "sha256": "66f4e2e17275753deaba8437380de21072b56b5a083cf954bacb6376df0834fc",
101 "strip_prefix": "rust-1.98.0-x86_64-apple-darwin",
102 "type": "tar.gz"
103 }
104 },
105 "zig": {
106 "linux-aarch64": {
107 "url": "https://ziglang.org/download/0.16.0/zig-aarch64-linux-0.16.0.tar.xz",
108 "sha256": "ea4b09bfb22ec6f6c6ceac57ab63efb6b46e17ab08d21f69f3a48b38e1534f17",
109 "strip_prefix": "zig-aarch64-linux-0.16.0",
110 "type": "tar.xz"
111 },
112 "linux-x86_64": {
113 "url": "https://ziglang.org/download/0.16.0/zig-x86_64-linux-0.16.0.tar.xz",
114 "sha256": "70e49664a74374b48b51e6f3fdfbf437f6395d42509050588bd49abe52ba3d00",
115 "strip_prefix": "zig-x86_64-linux-0.16.0",
116 "type": "tar.xz"
117 },
118 "macos-aarch64": {
119 "url": "https://ziglang.org/download/0.16.0/zig-aarch64-macos-0.16.0.tar.xz",
120 "sha256": "b23d70deaa879b5c2d486ed3316f7eaa53e84acf6fc9cc747de152450d401489",
121 "strip_prefix": "zig-aarch64-macos-0.16.0",
122 "type": "tar.xz"
123 },
124 "macos-x86_64": {
125 "url": "https://ziglang.org/download/0.16.0/zig-x86_64-macos-0.16.0.tar.xz",
126 "sha256": "0387557ed1877bc6a2e1802c8391953baddba76081876301c522f52977b52ba7",
127 "strip_prefix": "zig-x86_64-macos-0.16.0",
128 "type": "tar.xz"
129 },
130 "windows-x86_64": {
131 "url": "https://ziglang.org/download/0.16.0/zig-x86_64-windows-0.16.0.zip",
132 "sha256": "68659eb5f1e4eb1437a722f1dd889c5a322c9954607f5edcf337bc3684a75a7e",
133 "strip_prefix": "zig-x86_64-windows-0.16.0",
134 "type": "zip"
135 }
136 }
137}