-
-
Notifications
You must be signed in to change notification settings - Fork 15
Use the same default CPU target as PackageCompiler #47
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
base: main
Are you sure you want to change the base?
Conversation
That problem is now fixed on May be worth testing again to see if your issue is gone |
Trying to fix JuliaLang#33. I was hoping it was just a matter of changing the defaults, but it seems to cause segfaults for me running testset "Programmatic binary (trim)" locally on Windows.
c124d97 to
ece781c
Compare
|
I can't really tell, on Julia nightly both main and this PR fail in the same way. Full test output
|
|
I tried 1.13.0-alpha2 and got the same error as on nightly above. However 1.12-nightly, (the future 1.12.3), which includes your fix,, passes all tests on this branch for me, so that seems promising. |
Trying to fix #33.
I was hoping it was just a matter of changing the defaults, but it seems to cause segfaults for me running testset "Programmatic binary (trim)" locally on Windows.
I wonder if it could be related to JuliaLang/julia#58952 (comment).