Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from May 20, 2023

Conversation

imotov
Copy link
Member

@imotov imotov commented May 20, 2023

Description

This version of rustix no longer causes recompilation during tests runs while using VSCode. This commit also works around a bug introduced in rust 1.69.0 that was causing rebuilding between cargo build and cargo run.

Fixes #3346

How was this PR tested?

That part was quite an adventure 馃槃

This version of rustix no longer causes recompilation during tests runs
while using VSCode. This commit also works around a bug introduced in
rust 1.69.0 that was causing rebuilding between cargo build and cargo
run.

Fixes quickwit-oss#3346
@imotov imotov merged commit 6bf0b21 into quickwit-oss:main May 20, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Excessive rebuilding when nothing changed
2 participants