-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DEVOPS-5457] Upgrade dependencies version #27
Conversation
Remove `loopdev` feature on crate sys-mount to avoid dependency on old version of bindgen. This helps fixing the bindgen vs clang inconpatibility issue. Because we use `sys-mount` only for mount ext4 filesystem, there is no usaage of mounting loop device, this change is safe.
The converter does use loop mounts at conversion time to create and populate block devices, so I'm not sure if it's okay to remove the loopdev feature. I would like to do a CI run or QA validation on this branch before we merge it. |
@aditijannu Thanks for telling me this. |
This reverts commit 52b2d0a.
Upgrade sys-mount version to latest and corresponding tar version. `tar` version needs to upgraded to at least 0.4.39 to include original git based version, see: alexcrichton/tar-rs@f4f439c
@Taowyoo Please update the title of your PR according to the new changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a reasonable update, as long as it is tested to work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Upgrade
sys-mount
andtar
version to avoid dependency on old version of bindgen.This helps fixing the bindgen vs clang incompatibility issue. See details in internal Jira ticket DEVOPS-5457.