-
Notifications
You must be signed in to change notification settings - Fork 6
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
investigate ppc image #1
Comments
Few initial notes:
|
I opened this issue: https://bugs.llvm.org/show_bug.cgi?id=39985 If we're after nightly builds, we need something like that enabled. If the goal is to test clang with a llvm that works (which misses out on the improvements that clang makes, but does help keep Linux from regressing) we can us the clang packages from Debian experimental: https://packages.debian.org/experimental/clang-8 That route is attractive as the work would be trivially reusable if someone wanted arm64 packages. |
@sylvestre might be able to help package clang for PPC hosts for debian! |
continued from ClangBuiltLinux/continuous-integration#62
The current image is x86_64 only. Looks like folks are researching how to make these images slightly more portable.
The text was updated successfully, but these errors were encountered: