-
Notifications
You must be signed in to change notification settings - Fork 124
Fix Windows boringssl build by disabling warning 4191. #956
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
Conversation
❌ Integration test FAILEDRequested by @jonsimantov on commit c651636
Add flaky tests to go/fpl-cpp-flake-tracker |
@@ -1,25 +1,13 @@ | |||
From 831806231dd360278dac2a37e3c3158420ad7bb3 Mon Sep 17 00:00:00 2001 |
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.
With the patch hand-edited, I had to remove the Git-specific stuff from it and make it a normal patch file.
This reverts commit 898aab7.
Awesome, thanks for doing this overnight! |
Description
GitHub Windows build for boringssl is now failing on warning C4191 being treated as error. Add this warning to the ignored warnings list.
Testing
Run integration test on expanded matrix.
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.