Gaetan Lepage
2026-09-17 07:46:10 +00:00
parent 6285de71f9
commit 8e386aaae6
3 changed files with 13 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rerun";
version = "0.37.2";
version = "0.38.1";
__structuredAttrs = true;
@@ -53,7 +53,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "rerun-io";
repo = "rerun";
tag = finalAttrs.version;
hash = "sha256-NgRAZs+SEvBOlMcjyY2i4x+1moqfqxSMuWp34zXjSwM=";
hash = "sha256-PfF6GNNqwR0NOb5KA+8Fi3Cw4cknj9KgAIxf6YpAiVw=";
};
# The path in `build.rs` is wrong for some reason, so we patch it to make the passthru tests work
@@ -62,7 +62,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
--replace-fail '"rerun_sdk/rerun_cli/rerun"' '"rerun_sdk/rerun"'
'';
cargoHash = "sha256-czgvVVRDtaW0CZGznDiSw2AmgljzC69WV9GNnbyXa68=";
cargoHash = "sha256-VlcaeETfNFQc3J+NKIkizUrC4CXsQbTOTHA1cpS2kv8=";
cargoBuildFlags = [
"--package"

View File

@@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: {
inherit (finalAttrs) version;
format = "wheel";
python = "py2.py3";
hash = "sha256-le/ebYTdJbqaQEOKBiTP28Yvrwvseg0EVr4b+8n2iQM=";
hash = "sha256-jLCIZJ9o8lRSJ3CYSHaDNwhRt2P1UJfTrFbaZ15AIXc=";
};
pythonRelaxDeps = [

View File

@@ -67,7 +67,7 @@ buildPythonPackage {
# dependencies), so they are never codegen'd and runtime dispatch falls back to the equivalent
# AVX2 / scalar kernels.
+ ''
lanceDistance="$cargoDepsCopy/source-registry-0/lance-linalg-9.0.0/src/distance"
lanceDistance="$cargoDepsCopy/source-registry-0/lance-linalg-10.0.0/src/distance"
substituteInPlace "$lanceDistance/dot_u8.rs" \
--replace-fail "return |a, b| unsafe { x86::dot_u8_avx512_vnni(a, b) };" ""
@@ -137,10 +137,12 @@ buildPythonPackage {
"test_asset_mode_timeline_type_timestamp_applies_to_index_chunk"
"test_custom_entity_path_applies_to_every_chunk"
"test_default_mode_produces_video_stream_chunks"
"test_default_timeline_type"
"test_optimize_only_coarsens_the_readers_gop_partition"
"test_output_codec_same_as_source_stays_on_the_direct_path"
"test_stream_mode_chunk_by_gop_false_emits_one_sample_per_chunk"
"test_stream_mode_chunk_by_gop_true_packs_multiple_samples"
"test_timeline_aliases"
"test_timeline_type_timestamp_produces_timestamp_typed_column"
# ConnectionError: Connection: connecting to server: transport error
@@ -149,6 +151,7 @@ buildPythonPackage {
"test_roundtrip_parity"
"test_save_screenshot"
"test_send_dataframe_roundtrip"
"test_server_ephemeral_port"
"test_server_failed_table_creation_does_not_leak_entry"
"test_server_version_info"
"test_server_with_dataset_files"
@@ -177,6 +180,11 @@ buildPythonPackage {
# ConnectionError: Connection: connecting to server: transport error
"rerun_py/tests/integration/test_dataloader_video_codecs.py"
# ValueError: Failed to read a metadata table: Parquet error: Invalid Parquet file. The
# LeRobot fixture's .parquet files are Git LFS pointer files, not real binaries (rerun.src is
# fetched without fetchLFS).
"rerun_py/tests/integration/test_lerobot_reader.py"
# RuntimeError: MCAP error: Bad magic number. The .mcap test assets are
# Git LFS pointer files, not real binaries (rerun.src is fetched without
# fetchLFS).