-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix CI #71
Fix CI #71
Conversation
I had to disable UnitTests on mac, who isn't good because I've had a person have issues on Mac, I unfortunately have no idea why they weren't working, will try to fix them on a separate PR (though that might make it fail) |
OH |
YES! |
I asked someone to test |
Same issue on linux |
Hi Fancy, thanks for the fixes! It just misses the LibreSSL is conflicting with OpenSSL => something to check so, I guess everyone will get the issue. |
Ship Missing Libs
It's only happening on MacOS 14 (LibreSSL I mean) |
This is done! (everything I can do at least) |
Thanks really for your contribution @Fancy2209 !! It looks me good to merge, good for you too @thomasjammet ? |
Thanks Fancy, I think it's ok, can you just remove linux binaries from git? |
I thought I hadn't committed those, ups! |
- Add only the required files - Add MonaTiny in artifacts
I had misunderstood a thing and did this change based on it, my bad
Thanks for the last fixes! I can't tell about the macos part because unfortunately I don't have a way to test it right now. About linux part it was not working, it is something I already experienced, by default RPATH is changed to RUNPATH and is using absolute path. You can check with : |
Ah thanks, I also don't have a mac btw, I was using darlinghq to check if the dylibs loaded |
I'm sorry for the issues