-
Notifications
You must be signed in to change notification settings - Fork 10.5k
test: repair the AutoDiff test on Windows #30907
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
@swift-ci please test |
Windows failure is known (#30905) |
Build failed |
Build failed |
@swift-ci please test |
1 similar comment
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test Linux platform |
@swift-ci please test Windows platform |
Build failed |
@swift-ci please clean test Linux platform |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
`-lm` is not portable, it is only needed on certain platforms (e.g. Linux, not BSD). Remove the explicit link. Avoid using a static library as that is not supported on all platforms (e.g. Windows). Use the helper macros to generate the library. Repairs the Windows tests.
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test Linux platform |
-lm
is not portable, it is only needed on certain platforms (e.g.Linux, not BSD). Remove the explicit link.
Avoid using a static library as that is not supported on all platforms
(e.g. Windows). Use the helper macros to generate the library.
Repairs the Windows tests.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.