-
-
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
Generate an error for closure cfunctions on unsupported platforms. #34326
Conversation
x-ref: #32154 Also I am fine with this, but I would like to eventually have this fixed. Do you have a reference for the PPC support? |
Hmm, looked like the tests timed out: https://build.julialang.org/#/builders/28/builds/7025
|
Maybe it's just very slow?
@staticfloat Can we bump the 2700 seconds to something higher for aarch64 and try again? |
JuliaCI/julia-buildbot@a5b45cc I've re-started your build here: https://build.julialang.org/#/builders/28/builds/7083 |
4f84e22
to
fd7eaca
Compare
Looks like #34155 broke something. Rebased right before that, currently running at https://build.julialang.org/#/builders/28/builds/7103 |
fd7eaca
to
f53e144
Compare
Work around the fatal errors on ARM and PPC (#27174 and #32154) when compiling closure cfunctions, because that blocks nightlies from getting generated. The LLVM PPC back-end does seem to support trampolines though, so we could probably fix that if somebody cares.