nandi/jolt-nativepublic Fork 0
a7f62025fc9a5a5db4edb9a6ba6808dc31f7596b
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.

Build under buck2, with the toolchain pinned rather than found 460541b · on a7f62025fc9a5a5db4edb9a6ba6808dc31f7596b · nandi · 19d ago
buck2 · 67 lines · 1.9 KBGDScript3 Blame HistoryRaw
 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": "buck2",
  "platforms": {
    "linux-x86_64": {
      "size": 39303524,
      "hash": "blake3",
      "digest": "afff180bc257de220f393ed4551693d877849cda012ac39cf9d4f7a27693848e",
      "format": "zst",
      "path": "buck2",
      "providers": [
        {
          "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-x86_64-unknown-linux-musl.zst"
        }
      ]
    },
    "linux-aarch64": {
      "size": 37790120,
      "hash": "blake3",
      "digest": "52e2182d65630a0b68bb33ca9ae72b64c028668e5d02fe5fd46d8fcb3c361918",
      "format": "zst",
      "path": "buck2",
      "providers": [
        {
          "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-aarch64-unknown-linux-musl.zst"
        }
      ]
    },
    "macos-x86_64": {
      "size": 36655230,
      "hash": "blake3",
      "digest": "1959b2f85dbba714f5d1f7824e813b0fca81224117a51cec7db17b8ae9fc1012",
      "format": "zst",
      "path": "buck2",
      "providers": [
        {
          "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-x86_64-apple-darwin.zst"
        }
      ]
    },
    "macos-aarch64": {
      "size": 34435267,
      "hash": "blake3",
      "digest": "15ff15f1c10b8ddb3e8b3d43ca73964dec3719a514d805119c5e5963257daefe",
      "format": "zst",
      "path": "buck2",
      "providers": [
        {
          "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-aarch64-apple-darwin.zst"
        }
      ]
    },
    "windows-x86_64": {
      "size": 31803375,
      "hash": "blake3",
      "digest": "ab36fa3ee1b4fe2e597b8bf0bfa27f815b64ff3f520b6456fe67cb48b24f85e6",
      "format": "zst",
      "path": "buck2.exe",
      "providers": [
        {
          "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-x86_64-pc-windows-msvc.exe.zst"
        }
      ]
    }
  }
}