nandi/jolt-nativepublic Fork 0
d94205326c3c9301b81a5570d612f922890d049a
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 both objects under buck2, against the BuildBuddy cache 600f207 · on d94205326c3c9301b81a5570d612f922890d049a · nandi · 19d ago
.gitignore · 15 lines · 383 BMySQL Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
/target

# buck2 output tree.
/buck-out

# reindeer's working tree: the vendored crate sources and cargo's own
# download cache. Regenerated by `reindeer vendor`, not carried in the repo.
/third-party/rust/vendor
/third-party/rust/.cargo

# Written by the `buck` recipe: this checkout own path, not a shared setting.
/.buckconfig.local

# Staged output of `just buck-build`.
/build/