-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Remove shared-
prefix from Windows profiles
#241
Conversation
@@ -894,12 +893,11 @@ def build_openssl_for_arch( | |||
# uplink.c tries to find the OPENSSL_Applink function exported from the current | |||
# executable. However, it is exported from _ssl[_d].pyd in shared builds. So | |||
# update its sounce to look for it from there. | |||
if "shared" in profile: |
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.
(Always true. Should've been removed in the preceding PR.)
I manually cancelled actions for Linux and macOS due to xz download bustage. Rebase on |
8802044
to
eee528f
Compare
bedfdc4
to
2f59b94
Compare
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.
This looks like it should work! Thanks for following up!
Summary
In #234, we removed the Windows static builds from python-build-standalone. As such, the
shared-
prefix (in, e.g.,shared-pgo
) is no longer necessary, since there's no need to differentiate the shared builds from the static builds.This PR removes the
shared-
prefix, but continues to publish under both profiles to allow for a transition period for consumers of theshared-
builds.Closes #237.
Test Plan
Downloaded one of the release artifacts locally: