-
-
Notifications
You must be signed in to change notification settings - Fork 760
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
Build fails with error due to errant compiler flag -Brepro on MSVC x64 platform #1565
Comments
Additional information. |
I am not particularly familiar with how old versions of MSVC behave. However, systest is only used for testing, and shouldn't be needed to depend on the project. |
@sfackler can you please advise what generates commands sent to cl.exe ( MSVC C/C++ compiler )? |
set CFG_DISABLE_CROSS_TESTS=1
|
@sfackler still, please provide guidance how to get to that -Brepro to make it conditional. |
The test runs successfully on MSVC in CI: https://github.com/sfackler/rust-openssl/runs/4273919752?check_suite_focus=true |
Anyone with knowledge how this call gets constructed during build?
I run search in the project and couldn't find it in the files, will have to retrace it.
Any assistance in the meantime greatly appreciated.
Microsoft C/C++ compiler version from Visual Studio 2017:
The text was updated successfully, but these errors were encountered: