Skip to content

Commit

Permalink
Point to a special mezmo version for Airmail that includes
Browse files Browse the repository at this point in the history
- the prefix phrase thing
- the optional mask for multivalued index thing
- this also changes the release features to add pprof
  • Loading branch information
fulmicoton committed Jun 11, 2024
1 parent 2bf586e commit fd5e381
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
18 changes: 9 additions & 9 deletions quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ quickwit-serve = { path = "quickwit-serve" }
quickwit-storage = { path = "quickwit-storage" }
quickwit-telemetry = { path = "quickwit-telemetry" }

tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "08b9fc0", default-features = false, features = [
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "b91c37ab2b", default-features = false, features = [
"lz4-compression",
"mmap",
"quickwit",
Expand Down
30 changes: 16 additions & 14 deletions quickwit/quickwit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,27 +87,29 @@ openssl-support = ["openssl-probe"]
tokio-console = ["console-subscriber", "quickwit-common/named_tasks"]
release-feature-set = [
"jemalloc",
"pprof",
"openssl-support",
"quickwit-indexing/kafka",
"quickwit-indexing/kinesis",
"quickwit-indexing/pulsar",
"quickwit-indexing/vrl",
"quickwit-storage/azure",
"quickwit-storage/gcs",
# "quickwit-indexing/kafka",
# "quickwit-indexing/kinesis",
# "quickwit-indexing/pulsar",
# "quickwit-indexing/vrl",
# "quickwit-storage/azure",
# "quickwit-storage/gcs",
"quickwit-metastore/postgres",
"quickwit-doc-mapper/multilang",
# "quickwit-doc-mapper/multilang",
]
release-feature-vendored-set = [
"jemalloc",
"openssl-support",
"quickwit-indexing/kinesis",
"quickwit-indexing/pulsar",
"quickwit-indexing/vrl",
"quickwit-indexing/vendored-kafka",
"quickwit-storage/azure",
"quickwit-storage/gcs",
"pprof",
# "quickwit-indexing/kinesis",
# "quickwit-indexing/pulsar",
# "quickwit-indexing/vrl",
# "quickwit-indexing/vendored-kafka",
# "quickwit-storage/azure",
# "quickwit-storage/gcs",
"quickwit-metastore/postgres",
"quickwit-doc-mapper/multilang",
# "quickwit-doc-mapper/multilang",
]
release-macos-feature-vendored-set = [
"jemalloc",
Expand Down

0 comments on commit fd5e381

Please sign in to comment.