-
Notifications
You must be signed in to change notification settings - Fork 770
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
[READY] Run 7-Zip in non-interactive mode #870
Conversation
Reviewed 1 of 1 files at r1. Comments from Reviewable |
668d24d
to
bfaf040
Compare
Add -y switch to 7-Zip command when extracting libclang from the installer.
bfaf040
to
15d238e
Compare
Codecov Report
@@ Coverage Diff @@
## master #870 +/- ##
======================================
Coverage 94.7% 94.7%
======================================
Files 79 79
Lines 5440 5440
Branches 171 171
======================================
Hits 5152 5152
Misses 239 239
Partials 49 49 |
@zzbot r=bstaletic Reviewed 1 of 1 files at r1. Comments from Reviewable |
📌 Commit 15d238e has been approved by |
[READY] Run 7-Zip in non-interactive mode When doing an incremental build on Windows, CMake will be stuck extracting libclang from the installer because 7-Zip asks the user if he want to overwrite existing files. We can avoid that by adding the `-y` option to the 7-Zip command. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/870) <!-- Reviewable:end -->
💔 Test failed - status-travis |
☀️ Test successful - status-appveyor, status-travis |
When doing an incremental build on Windows, CMake will be stuck extracting libclang from the installer because 7-Zip asks the user if he want to overwrite existing files. We can avoid that by adding the
-y
option to the 7-Zip command.This change is