Conversation
luhenry
added a commit
that referenced
this pull request
Sep 6, 2026
rerun's own .cargo/config.toml unconditionally points PYO3_CONFIG_FILE at rerun_py/pyo3-build.cfg for every cargo invocation, expecting a pixi activation hook to have written it first; outside pixi the file never exists and pyo3-build-config's build script fails to open it.
lance-core 9.0.0's SIMD_SUPPORT closure has cfg arms for aarch64/x86_64/loongarch64 with no catch-all, so it evaluates to () instead of SimdSupport on riscv64 and fails to compile (E0308). No compatible 9.0.x release fixes it, so a riscv64-fixed copy of the crate is vendored from its crates.io tarball at build time and wired in via [patch.crates-io].
crates.io's API returns 403 for requests with no User-Agent header.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rerun-sdk0.37.1Compiles the
rerun_bindingsPyO3 extension (rerun_py/) against the rerun workspace's ~760 riscv64 crates (datafusion, lance, tonic/tokio, hdf5-pure). Upstream publishes no riscv64 wheel.Mirrors upstream's
reusable_build_and_upload_wheels.ymlMODE=prbuild (its own default Cargo features).Differs from upstream
rerun-clibinary - the wgpu/egui native viewer is a separate ~16-core job needing a wasm/JS toolchain, out of scope here;RERUN_ALLOW_MISSING_BIN=1skips build.rs's requirement for it, soimport rerun/logging/gRPC work butrerun.spawn()/serve()raise instead of launching a viewer.yum install protobuf-compiler protobuf-devel+PROTOC_INCLUDE=/usr/include- lance needs protoc at build time; upstream's wheel-packaged protoc has no riscv64 build.--no-build-isolation- build.rs refuses to run inside pip's isolated build venv.Matrix: cp312/cp313/cp314 only - our registry has no riscv64 pyarrow (a hard runtime dependency) for cp310/cp311, the abi3 floor pyo3 declares.
Testing
tests/e2e_redap_testsandtests/api_sandbox(upstream sandboxes, not the SDK's regression tests) andtests/integration/test_headless_viewer.py(spawns the unbuiltrerun-cli)License: OK
Built on cp312; results pending.