-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
DBG: Add windows clang #24
Conversation
…ific nightmares that BG and his goons would have every night
@jakirkham In this one I try to use clang and it fails when trying to create zig2 without much info. Just FYI |
Am curious if this would help ( conda-forge/conda-smithy#1966 ) If you would like to test, would checkout that PR and |
azure: | ||
free_disk_space: true |
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.
As currently written the aforementioned conda-smithy PR, will use this on Windows as well
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.
zig
seems to be very hard to build. On PPC64LE, none of the 4 method work either, native from source, native with zig, cross-cmake, or cross-zig - The cross-cmake fails with relocation errors when trying to link zig2, where this one is failing.
In previous attempts, I saw failures with LLVM: Memory Error, so that's why I wondered about using a machine with large memory
I tried to ask on their Issue
board but they have not responded
The method they advertise is to build LLVM+CLang+LLD prior to zig, but I of course want to use the conda packages for those
Co-authored-by: jakirkham <[email protected]>
Think we need to increase the verbosity or include other CMake log output. The build is failing, but the error message is opaque. More details would help in figuring out what to do next |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)