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

fixups.toml · 20 lines · 733 BTOML Blame HistoryRaw
Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago1# Files pulled in by include!/include_bytes!/include_str! that the
2# default source globs miss.
3extra_srcs = [
4 "benches/data/Carroll-11-ar.txt",
5 "benches/data/Carroll-11-de.txt",
6 "benches/data/Carroll-11-el.txt",
7 "benches/data/Carroll-11-es.txt",
8 "benches/data/Carroll-11-fr.txt",
9 "benches/data/Carroll-11-he.txt",
10 "benches/data/Carroll-11-pl.txt",
11 "benches/data/Carroll-11-ru.txt",
12 "benches/data/Carroll-11-th.txt",
13 "benches/data/Carroll-11-tr.txt",
14 "benches/data/TestNames_Japanese_h.txt",
15 "benches/data/TestNames_Japanese_k.txt",
16 "benches/data/TestNames_Korean.txt",
17 "benches/data/TestNames_Latin.txt",
18 "benches/data/wotw.txt",
19 "tests/data/NormalizationTest.txt",
20]