Implement typed RLV protocol parser (#78)
Some checks failed
Native code generation / deterministic (push) Failing after 2m0s
Imaging and meshing gate / native (push) Failing after 4m11s
JPEG 2000 feature / linux (push) Successful in 2m52s
Native Rust workspace compile / compile (push) Failing after 6m15s
Skia feature / linux (push) Has been cancelled

This commit is contained in:
2026-08-10 23:12:02 +00:00
parent 88408c9680
commit 468a0f0619
12 changed files with 2282 additions and 24 deletions

View File

@@ -9,6 +9,7 @@ on:
- "tools/test_milestone_09.py"
- "tools/check_milestone_10_issue_76.py"
- "tools/check_milestone_10_issue_77.py"
- "tools/check_milestone_10_issue_78.py"
- "**/*.rs"
- "**/Cargo.toml"
- "Cargo.lock"
@@ -20,6 +21,7 @@ on:
- "tools/test_milestone_09.py"
- "tools/check_milestone_10_issue_76.py"
- "tools/check_milestone_10_issue_77.py"
- "tools/check_milestone_10_issue_78.py"
- "**/*.rs"
- "**/Cargo.toml"
- "Cargo.lock"
@@ -57,6 +59,7 @@ jobs:
python3 tools/check_milestone_09.py
python3 tools/check_milestone_10_issue_76.py
python3 tools/check_milestone_10_issue_77.py
python3 tools/check_milestone_10_issue_78.py
- name: Test the complete native world milestone
run: python3 tools/test_milestone_09.py
- name: Compile every workspace target with bounded memory