nandi/jolt-nativepublic Fork 0
460541b3803224e2b0199f6384c01f9635c6d618
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 · 29 lines · 637 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
20[parser]
21 target_platform_detector_spec = target:root//...->prelude//platforms:default \
22 target:prelude//...->prelude//platforms:default \
23 target:toolchains//...->prelude//platforms:default
24
25[build]
26 execution_platforms = prelude//platforms:default
27
28[project]
29 ignore = .git,target