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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[READY] Run 7-Zip in non-interactive mode #870

Merged
merged 1 commit into from
Nov 5, 2017

Conversation

micbou
Copy link
Collaborator

@micbou micbou commented Nov 2, 2017

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 Reviewable

@micbou micbou changed the title [READY] Run 7-Zip in non-interactive mode [WIP] Run 7-Zip in non-interactive mode Nov 2, 2017
@bstaletic
Copy link
Collaborator

:lgtm:


Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved, some commit checks failed.


Comments from Reviewable

Add -y switch to 7-Zip command when extracting libclang from the installer.
@micbou micbou changed the title [WIP] Run 7-Zip in non-interactive mode [READY] Run 7-Zip in non-interactive mode Nov 5, 2017
@codecov-io
Copy link

codecov-io commented Nov 5, 2017

Codecov Report

Merging #870 into master will not change coverage.
The diff coverage is n/a.

@@          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

@puremourning
Copy link
Member

:lgtm: @zzbot r=bstaletic


Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@zzbot
Copy link
Contributor

zzbot commented Nov 5, 2017

📌 Commit 15d238e has been approved by bstaletic

@zzbot
Copy link
Contributor

zzbot commented Nov 5, 2017

⌛ Testing commit 15d238e with merge 0ca16e7...

zzbot added a commit that referenced this pull request Nov 5, 2017
[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 -->
@zzbot
Copy link
Contributor

zzbot commented Nov 5, 2017

💔 Test failed - status-travis

@zzbot
Copy link
Contributor

zzbot commented Nov 5, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: bstaletic
Pushing 0ca16e7 to master...

@zzbot zzbot merged commit 15d238e into ycm-core:master Nov 5, 2017
@micbou micbou deleted the no-7zip-prompt branch November 5, 2017 23:18
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.

5 participants