Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
caa3277 was causing every single win64 build to time out while building inference into the sysimg. This seems to fix it for me locally. I have no idea why.
- Loading branch information
46bcd77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎱
46bcd77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there are some LLVM passes that get rearranged or disabled or something to work around some bugs in 3.3 when we have
USE_SYSTEM_LLVM
on, whereas the LLVM binary I'm downloading on AppVeyor was built by me including the Julia patches. Still confusing though.