nandi/jolt-nativepublic Fork 0
6391496e8bf6bb0aa9007b9b18d01c75da07306e
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 · 65 lines · 3.0 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 = {
7 "rust": {
8 "linux-aarch64": {
9 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-aarch64-unknown-linux-gnu.tar.gz",
10 "sha256": "5fbb4282403046d52a4672765c6761a809bf9f33e699b17e6eb7a93ab7770cc3",
11 "strip_prefix": "rust-1.98.0-aarch64-unknown-linux-gnu",
12 "type": "tar.gz"
13 },
14 "linux-x86_64": {
15 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-x86_64-unknown-linux-gnu.tar.gz",
16 "sha256": "aa30409afa67bd1ada244cefd82c7980e6a65bc113bb978e934b2413c75e3900",
17 "strip_prefix": "rust-1.98.0-x86_64-unknown-linux-gnu",
18 "type": "tar.gz"
19 },
20 "macos-aarch64": {
21 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-aarch64-apple-darwin.tar.gz",
22 "sha256": "026ec75bec81fb8c10b11df98f1336ee39f4bc11e04d6745dffe9fca81e5c0b5",
23 "strip_prefix": "rust-1.98.0-aarch64-apple-darwin",
24 "type": "tar.gz"
25 },
26 "macos-x86_64": {
27 "url": "https://static.rust-lang.org/dist/2026-08-20/rust-1.98.0-x86_64-apple-darwin.tar.gz",
28 "sha256": "66f4e2e17275753deaba8437380de21072b56b5a083cf954bacb6376df0834fc",
29 "strip_prefix": "rust-1.98.0-x86_64-apple-darwin",
30 "type": "tar.gz"
31 }
32 },
33 "zig": {
34 "linux-aarch64": {
35 "url": "https://ziglang.org/download/0.16.0/zig-aarch64-linux-0.16.0.tar.xz",
36 "sha256": "ea4b09bfb22ec6f6c6ceac57ab63efb6b46e17ab08d21f69f3a48b38e1534f17",
37 "strip_prefix": "zig-aarch64-linux-0.16.0",
38 "type": "tar.xz"
39 },
40 "linux-x86_64": {
41 "url": "https://ziglang.org/download/0.16.0/zig-x86_64-linux-0.16.0.tar.xz",
42 "sha256": "70e49664a74374b48b51e6f3fdfbf437f6395d42509050588bd49abe52ba3d00",
43 "strip_prefix": "zig-x86_64-linux-0.16.0",
44 "type": "tar.xz"
45 },
46 "macos-aarch64": {
47 "url": "https://ziglang.org/download/0.16.0/zig-aarch64-macos-0.16.0.tar.xz",
48 "sha256": "b23d70deaa879b5c2d486ed3316f7eaa53e84acf6fc9cc747de152450d401489",
49 "strip_prefix": "zig-aarch64-macos-0.16.0",
50 "type": "tar.xz"
51 },
52 "macos-x86_64": {
53 "url": "https://ziglang.org/download/0.16.0/zig-x86_64-macos-0.16.0.tar.xz",
54 "sha256": "0387557ed1877bc6a2e1802c8391953baddba76081876301c522f52977b52ba7",
55 "strip_prefix": "zig-x86_64-macos-0.16.0",
56 "type": "tar.xz"
57 },
58 "windows-x86_64": {
59 "url": "https://ziglang.org/download/0.16.0/zig-x86_64-windows-0.16.0.zip",
60 "sha256": "68659eb5f1e4eb1437a722f1dd889c5a322c9954607f5edcf337bc3684a75a7e",
61 "strip_prefix": "zig-x86_64-windows-0.16.0",
62 "type": "zip"
63 }
64 }
65}