-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 appveyor segfault from toolchain ABI incompatibilities #15285
Conversation
81d0ea3
to
3762fc5
Compare
@vtjnash need your assistance on that win32 cmdlineargs failure (edit: was in https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.13873/job/3pi4g4oi5d7xxj1y). it's segfaulting with |
af523d1
to
83a64de
Compare
the segfault is in |
win32 was segfaulting in |
Use versions from the build system rather than win-extras (which downloads from opensuse) Remove gcc dlls from downloaded nightly on appveyor
Nevermind, deleting the gcc dll's from the nightly julia binary should work for now to fix appveyor. Not using them may break winrpm packages on nightly but we'll have to see. Better than a segfault on startup. |
Fix appveyor segfault from toolchain ABI incompatibilities
using get_toolchain.sh scriptNew nightlies were built today for the first time in a while, yay, but something changed abi and made win64 appveyor segfault, boo. Trying to fix it.