quickwit: 0.6.2 -> 0.6.3

This commit is contained in:
Jonathan Davies 2023-09-25 20:25:39 +01:00 committed by Yt
parent da9c64ff2c
commit 60d22eccc2
2 changed files with 1380 additions and 873 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
let
pname = "quickwit";
version = "0.6.2";
version = "0.6.3";
in
rustPlatform.buildRustPackage rec {
inherit pname version;
@ -18,16 +18,16 @@ rustPlatform.buildRustPackage rec {
owner = "quickwit-oss";
repo = pname;
rev = "v${version}";
hash = "sha256-ClCKBUdFl5AhDmJdCfdOM6jzQpwducyDuqzypdqM6Zg=";
hash = "sha256-u8t6QIoislQUQO/xMKfNx/vVTgeEoh8ZIhJ+RvD3YCw=";
};
postPatch = ''
substituteInPlace ./quickwit-ingest/build.rs \
--replace '&[]' '&["."]'
substituteInPlace ./quickwit-control-plane/build.rs \
--replace '&[]' '&["."]'
substituteInPlace ./quickwit-codegen/example/build.rs \
--replace '&[]' '&["."]'
substituteInPlace ./quickwit-proto/build.rs \
--replace '&[]' '&["."]'
'';
sourceRoot = "${src.name}/quickwit";
@ -42,6 +42,7 @@ rustPlatform.buildRustPackage rec {
"path-0.1.0" = "sha256-f+Iix+YuKy45zoQXH7ctzANaL96s7HNUBOhcM1ZV0Ko=";
"pulsar-5.0.2" = "sha256-j7wpsAro6x4fk3pvSL4fxLkddJFq8duZ7jDj0Edf3YQ=";
"sasl2-sys-0.1.20+2.1.28" = "sha256-u4BsfmTDFxuY3i1amLCsr7MDv356YPThMHclura0Sxs=";
"whichlang-0.1.0" = "sha256-7AvLGjtWHjG0TnZdg9p5D+O0H19uo2sqPxJMn6mOU0k=";
};
};
@ -71,6 +72,7 @@ rustPlatform.buildRustPackage rec {
"--skip=actors::indexer::tests::test_indexer_partitioning"
"--skip=actors::indexing_pipeline::tests::test_merge_pipeline_does_not_stop_on_indexing_pipeline_failure"
"--skip=actors::indexer::tests::test_indexer_triggers_commit_on_target_num_docs"
"--skip=actors::packager::tests::test_packager_simple"
# fail on darwin for some reason
"--skip=io::tests::test_controlled_writer_limited_async"
"--skip=io::tests::test_controlled_writer_limited_sync"