-
Notifications
You must be signed in to change notification settings - Fork 65
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
Moving clang-format installation from script to dockerfile #726
Conversation
this will need the docker container to be update to actually pass... (clang-format will not be in the container...) |
Did you manually update the docker images to support testing on this? |
I did not yet, but we will have to |
How are tests passing then? |
it is actually quietly failing:
|
Do we still need this? update this PR? start over? abandon? |
we probably still need as our housekeeping script still installs clang-format each time it runs.... |
docker build on my side do net trigger for the last commit... |
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.
This looks good to me. After #771, the images should build properly on your side. Or you can add back the blank line before jobs
in the docker_publish.yml
rebase here and then we can confirm that the images build correctly |
I did rebased 3 time... the wrong branch :p |
I'm monitoring your test builds to merge this when it works |
Thanks @bam241 - this all build & tested fine |
clang-format was previously installed in the housekeeping script.
this make more sense to install it preventively in the docker countainer