-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Newest release still broken #50
Comments
Seems like the base image has a broken apt-get as a manual test shows:
So the repository updating is not working at all and due to that apt-get is not finding the package. Maybe we should just move back to the base image used before and move the issue to the source project of the base image. |
Replicated here |
Definitely looks like an issue with apt again.... looks like the purging isn't correcting the issue.
This could work, I wonder if there's some skinny image we can use instead, that preferably already has several versions of LLVM or clang-format installed. |
The script is failing before the purging because apt-get update is repoting the error. Do you know if the ubuntu:impish docker container has a repo on github? Would open an issue there. I'll check if the UBI images frem redhat have multiple versions of clang available. Otherwise there is the option to build clang format multiple times from source and put them into an ubi-micro image (less than 10 mb while offering real glibc, not sure if alpine make problems) |
Okay, UBI has only clang-11, archlinux has clang-12. I have found a debian container that works! Will make a PR quickly |
Fixed in #52! Thank you really much. |
Reopenning #48 as it's still failing for my projects:
The text was updated successfully, but these errors were encountered: