-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[rust] Enhance logic to uncompress DEB files and set toolchain version #13741
Conversation
PR Description updated to latest commit (257ca09)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
CI Failure Feedback(Checks updated until commit ee1db14)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
User description
Description
This PR improves the logic to extract Deb files (e.g., Edge), which was causing problems in Fedora. Also, this PR specifies a fixed version of the Rust compiler in the WORKSPACE file.
Motivation and Context
Currently, a warning is displayed in Fedora.
Types of changes
Checklist
Type
bug_fix, enhancement
Description
rust/src/files.rs
to better handle empty target directories, improving compatibility with Fedora.WORKSPACE
file to ensure consistent toolchain usage.Changes walkthrough
files.rs
Enhance DEB File Uncompression Logic
rust/src/files.rs
attempting to uncompress DEB files.
command.
empty.
WORKSPACE
Set Fixed Rust Toolchain Version
WORKSPACE