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

Don't unload hdf5 in build script #163

Merged
merged 1 commit into from
Jul 12, 2021
Merged

Conversation

mulimoen
Copy link
Collaborator

The build failures described in #162 were most likely due to TLS destructors behaving poorly with dynamic loading. We work around this by leaving the library unloaded, which should not have any bad effects when used in the build script. h5_dontatexit did not have any effect on this bug.

Fixes #162

@mulimoen
Copy link
Collaborator Author

@aldanor If you merge this you won't be spammed by the failing CI runs anymore

Copy link
Owner

@aldanor aldanor left a comment

Choose a reason for hiding this comment

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

Wow, thanks for digging to the bottom of this! 👍

@aldanor aldanor merged commit 3b6dfa4 into aldanor:master Jul 12, 2021
@mulimoen mulimoen deleted the bugfix/CI-macos branch July 12, 2021 20:56
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.

CI failures on macos/brew/1.12
2 participants