-
Notifications
You must be signed in to change notification settings - Fork 122
[Bugfix] Windows openssl build #1033
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 @sunmou99 on commit 584564f
Add flaky tests to go/fpl-cpp-flake-tracker |
desktop-windows-latests-x64-openssl test passed, which seems like a pretty good sign. There is an integration test failure for android-windows-latest-android_target-gameloop. Does the failure look like a flake to you? It mentions errors, but I don't see any specific error messages in the summary. I'll trigger re-running the failure in the meantime |
@@ -54,14 +54,16 @@ def main(): | |||
# brew install go | |||
utils.run_command(['brew', 'install', 'go']) | |||
|
|||
# Install openssl on linux/mac if its not installed already | |||
if args.ssl == 'openssl' and not utils.is_command_installed('openssl'): |
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.
Is there some reason to remove this condition?
" and not utils.is_command_installed('openssl') "
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.
It seems openssl already exists on windows runner. With this condition, the cmd won't run.
NOTE: Make sure to include rolling forward #1035 in this PR |
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.
Integration tests passed.
As Denver mentioned, please update the changes of #1035 as part of this change as well since this change renames requirements to python_requirements.
force install openssl on windows. https://github.com/firebase/firebase-cpp-sdk/pull/1033/files#diff-25c0603f4da06db9a473d4a3e1093affddd49b779fa080a61167da830a1afaa0R65
Tests passed: https://github.com/firebase/firebase-cpp-sdk/actions/runs/2694121935