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

.buckconfig · 33 lines · 920 BGDScript3 Blame HistoryRaw
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1[cells]
2 root = .
3 prelude = prelude
4 toolchains = toolchains
5 none = none
6
7[cell_aliases]
8 config = prelude
9 ovr_config = prelude
10 fbcode = none
11 fbsource = none
12 fbcode_macros = none
13 buck = none
14
15# The prelude bundled with the buck2 binary, so the only pinned thing is
16# scripts/buck2 itself.
17[external_cells]
18 prelude = bundled
19
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago20# Both of these name the cache-enabled platform, and both are needed. The
21# second registers it; the first is what actually routes toolchain-owned
22# actions — every rustc invocation — onto it, because the Rust toolchain is a
23# target in the prelude cell and takes its configuration from here.
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago24[parser]
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago25 target_platform_detector_spec = target:root//...->root//platforms:cache \
26 target:prelude//...->root//platforms:cache \
27 target:toolchains//...->root//platforms:cache
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago28
29[build]
Build both objects under buck2, against the BuildBuddy cache 600f207 nandi 19d ago30 execution_platforms = root//platforms:cache
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago31
32[project]
Fetch rustc the way buck can ship it, from what DotSlash already pins 8cf1b33 nandi 19d ago33 ignore = .git,target,build