-
Notifications
You must be signed in to change notification settings - Fork 279
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
Use 7zr to unpack 7zip #1477
Use 7zr to unpack 7zip #1477
Conversation
I attempted to use Additionally, it would require handling different combinations of compressed formats, such as Since the main goal of this work is to remove the dependency on MSI, I decided to continue using |
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.
Thanks @BillyONeal for the e2e tests fix
LGTM
Removes the hack added in microsoft#1477 Tests the condition fixed by microsoft#1473
Depends on microsoft/vcpkg#40416
I believe artifact tests will fail until 7zr is available..