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

[Auditor] Don't try to dlopen libraries for incompatible ISAs #1194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

giordano
Copy link
Member

Fix #1193.

@giordano giordano force-pushed the mg/march-comparison-strategy branch 2 times, most recently from a420053 to 664dcd7 Compare March 23, 2022 20:15
@giordano
Copy link
Member Author

So, I verified that this fixes the attempt to dlopen the library for an incompatible ISA, but for some reasons I still don't grasp audit fails anyway to locate the products 😕 I'll need to do more debugging.

@giordano giordano force-pushed the mg/march-comparison-strategy branch from 664dcd7 to 30d6ac9 Compare March 23, 2022 21:57
@giordano
Copy link
Member Author

giordano commented Mar 23, 2022

It turns out we try to dlopen libraries twice.... 🤦 We need to repeat the same exact thing in https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/55c795dbca6c74b076636bdcfdccbfeb34063eb7/src/Products.jl#L225: JuliaPackaging/BinaryBuilderBase.jl#233

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.

Auditor tries to dlopen libraries ignoring the march tag
1 participant