You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed this in my package PBWDeformations.jl, in the nightly CI jobs. I unfortunately cannot tell when this first appeared as the nightly CI job was broken for a while.
The error message tells something about ErrorException("llvmcall with integer pointers is deprecated, use an actual pointer type instead.") and ThreadingUtilities seems to be the most upstream package mentioned in the log that fails to precompile. Thus, I report that here.
ErrorException("llvmcall with integer pointers is deprecated, use an actual pointer type instead.")
This is because you're running with --depwarn=error. See JuliaLang/julia#53687; there are deprecations in place. llvmcall snippets should be updated to use ptr instead of i64.
I observed this in my package PBWDeformations.jl, in the nightly CI jobs. I unfortunately cannot tell when this first appeared as the nightly CI job was broken for a while.
The error message tells something about
ErrorException("llvmcall with integer pointers is deprecated, use an actual pointer type instead.")
andThreadingUtilities
seems to be the most upstream package mentioned in the log that fails to precompile. Thus, I report that here.Let me dump the whole log from https://github.com/lgoettgens/PBWDeformations.jl/actions/runs/9612061915/job/26511953865#step:6:333 here:
The text was updated successfully, but these errors were encountered: