Skip to content
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

Disable OpenSSL asm runtimes on Windows #197

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

geffrak
Copy link
Contributor

@geffrak geffrak commented Jul 6, 2023

Summarize your change.

Reverts #150 on Windows.

Describe the reason for the change.

There are reports in the field that there are build failures related to nasm on the OpenSSL build. It seems to work fine in my test environment, but not everywhere. It's safe to disable it on Windows since it was disabled at first. It only got enabled because it was required on MacOS and I wanted to have the same configuration on all 3 platforms.

Describe what you have tested and on which operating system.

It's a revert. It's the configuration that is being used in the Commercial RV build.

Add a list of changes, and note any that might need special attention during the review.

N/A

If possible, provide screenshots.

N/A

@geffrak geffrak requested review from tbabiin and bernie-laberge July 6, 2023 14:29
@geffrak geffrak requested a review from rogernelson as a code owner July 6, 2023 14:29
@geffrak geffrak enabled auto-merge (squash) July 6, 2023 14:32
Copy link
Contributor

@tbabiin tbabiin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and tested on my Windows 11 system.

@geffrak geffrak merged commit d56fe3a into AcademySoftwareFoundation:main Jul 6, 2023
tbabiin pushed a commit to tbabiin/OpenRV that referenced this pull request Jul 17, 2023
Signed-off-by: Inouk Babin-Ruel <[email protected]>

<!--
Thanks for your contribution! Please read this comment in its entirety.
It's quite important.
When a contributor merges the pull request, the title and the
description will be used to build the merge commit!

It should be in the following format:

[ 12345: Summary of the changes made ] Where 12345 is the corresponding
Github Issue

OR

[ Summary of the changes made ] If it's solving something trivial, like
fixing a typo.
-->

Reverts AcademySoftwareFoundation#150 on Windows.

There are reports in the field that there are build failures related to
nasm on the OpenSSL build. It seems to work fine in my test environment,
but not everywhere. It's safe to disable it on Windows since it was
disabled at first. It only got enabled because it was required on MacOS
and I wanted to have the same configuration on all 3 platforms.

It's a revert. It's the configuration that is being used in the
Commercial RV build.

attention during the review.

N/A

N/A

Signed-off-by: Kerby Geffrard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants