-
Notifications
You must be signed in to change notification settings - Fork 549
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
Not a valid application error on windows #7904
Comments
AFAICT, the location of the offending libraries depends on the Julia version. For the moment, it is
|
So this should be fixed for Julia >= 1.11 I think, since we now hide those |
I'm not entirely sure, but I believe Yggdrasil/S/SDPA/build_tarballs.jl Lines 67 to 69 in d4808d4
|
That doesn't appear to have worked around the issue because we're now hitting this: |
Just confirming that #8249 fixed this for SDPA. https://github.com/jump-dev/SDPA.jl/actions/runs/8197171105/job/22418710526?pr=61 |
On PR's #2339 and #7899 the executables or DLL for Windows result in "not a valid Win32 application" errors. The problem comes from the
libgcc.a
,libgcc_s.a
andlibmsvcrt.a
that is placed in/workspace/destdir/lib
by CompilerSupportLibraries_jll. I'm not sure under which circumstances it is triggered (it seems quite rare), but when this occurs removing these files solves the problem.The text was updated successfully, but these errors were encountered: