-
Notifications
You must be signed in to change notification settings - Fork 637
[LLVM] add 12.0.1 #3313
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
[LLVM] add 12.0.1 #3313
Conversation
Why? The only failure I see looks unrelated |
Oops it is of course JuliaPackaging/BinaryBuilderBase.jl#157 |
You should insist there, Elliot didn't look too much convinced 😛 |
Can you checkout |
sandbox:${WORKSPACE}/build # echo $LD_LIBRARY_PATH
/usr/lib/csl-musl-x86:/usr/lib/csl-glibc-x86:/usr/lib/csl-musl-i686_64:/usr/lib/csl-glibc-i686_64:/usr/local/lib64:/usr/local/lib:/usr/lib64:/usr/lib:/lib64:/lib:/workspace/x86_64-linux-musl-cxx11/destdir/lib:/opt/x86_64-linux-musl/x86_64-linux-musl/lib64:/opt/x86_64-linux-musl/x86_64-linux-musl/lib:/opt/aarch64-apple-darwin20/aarch64-apple-darwin20/lib:/opt/aarch64-apple-darwin20/lib:/workspace/destdir/lib64:/workspace/destdir/lib
sandbox:${WORKSPACE}/build # ls /usr/lib/csl-musl-x86
ls: /usr/lib/csl-musl-x86: No such file or directory
sandbox:${WORKSPACE}/build # ls /usr/lib/csl-glibc-x86
ls: /usr/lib/csl-glibc-x86: No such file or directory
sandbox:${WORKSPACE}/build # ls /usr/lib/csl-musl-i686_64
ls: /usr/lib/csl-musl-i686_64: No such file or directory
sandbox:${WORKSPACE}/build # ls /usr/lib/csl-glibc-i686_64
ls: /usr/lib/csl-glibc-i686_64: No such file or directory Well, I guess we need first to fix the CSL paths to point to something existing... |
0c7fcb1
to
2dafb8a
Compare
Edit: it turns out the CSL libraries have the wrong version of libstdc++: JuliaPackaging/BinaryBuilderBase.jl#165 (comment). I think I'll need to review the Rootfs recipe, seems to be doing something fishy. Edit: #3327 |
20cae8d
to
a345ba3
Compare
c62a77c
to
f243120
Compare
b18bd8b
to
74d2a4a
Compare
cc: @femtomc for MLIR |
@Gnimuc does this look like it has the things you need? |
No description provided.