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

Disable warnaserror for libraries Windows builds. #31909

Merged
merged 1 commit into from
Feb 7, 2020

Conversation

safern
Copy link
Member

@safern safern commented Feb 7, 2020

Related: #31888
Machines were updated to a newer VS 16.4 but CMake is 3.15.1 which is too old for VS validation of incremental native targets. We need 3.15.5 at least. All PRs and CI are failing on Windows to build Libraries because of this.

@stephentoub @buyaa-n @eiriktsarpalis this would impact nullable as they will be expressed as warnings on PRs. So we have to lookout for those before merging.

Cc: @jkotas @dotnet/runtime-infrastructure

Machines were updated to a newer VS 16.4 but CMake is 3.15.1 which is too old for VS validation of incremental native targets. We need 3.15.5 at least.
@safern safern changed the title Disable warnaserror for Windows Disable warnaserror for libraries Windows builds. Feb 7, 2020
@safern
Copy link
Member Author

safern commented Feb 7, 2020

Merging as this works around the issue and to unblock CI.

@safern safern merged commit 132b3dd into master Feb 7, 2020
@safern safern deleted the WarnAsErrorFalseWindows branch February 7, 2020 04:16
@ghost ghost added the will_lock_this label Dec 6, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants