Skip to content

Upgrade rustix 0.36.13->0.36.14 and fix debug info #3379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
CI=false yarn --cwd quickwit-ui build
cargo build --features=postgres
mkdir qwdata
# Workaround for possible rust regression - https://github.com/quickwit-oss/quickwit/issues/3346
target/debug/quickwit run --service searcher --service metastore --config ../config/quickwit.yaml &
cargo run --features=postgres -- run --service searcher --service metastore --config ../config/quickwit.yaml &
yarn --cwd quickwit-ui cypress run
- name: Lint
command: yarn --cwd quickwit-ui lint
Expand Down
6 changes: 3 additions & 3 deletions quickwit/Cargo.lock

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

4 changes: 2 additions & 2 deletions quickwit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
rust-version = "1.68"
rust-version = "1.69"
members = [
"quickwit-actors",
"quickwit-aws",
Expand Down Expand Up @@ -35,7 +35,7 @@ members = [
]

[profile.dev]
debug = 0
debug = false

[workspace.dependencies]
anyhow = "1"
Expand Down