Complete native extension milestone gate (#84)
All checks were successful
Native code generation / deterministic (push) Successful in 18m9s
Native Rust workspace compile / compile (push) Successful in 21m31s

This commit is contained in:
2026-08-11 04:09:22 +00:00
parent 2558e2f49f
commit d4990f3b07
14 changed files with 617 additions and 197 deletions

View File

@@ -49,6 +49,7 @@ def run(command: list[str]) -> None:
ENV = os.environ.copy()
ENV.setdefault("CARGO_BUILD_JOBS", "1")
ENV.setdefault("RUST_TEST_THREADS", "1")
ENV.pop("RUN_LIVE_TESTS", None)
run(["cargo", "test", "-p", "libremetaverse", "--lib", "--locked"])