Skip to content
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

Merged
merged 8 commits into from
Jul 23, 2021

Conversation

bam241
Copy link
Member

@bam241 bam241 commented Jan 21, 2021

clang-format was previously installed in the housekeeping script.

this make more sense to install it preventively in the docker countainer

@bam241
Copy link
Member Author

bam241 commented Jan 21, 2021

this will need the docker container to be update to actually pass... (clang-format will not be in the container...)

@gonuke
Copy link
Member

gonuke commented Jan 21, 2021

Did you manually update the docker images to support testing on this?

@bam241
Copy link
Member Author

bam241 commented Jan 21, 2021

I did not yet, but we will have to

@gonuke
Copy link
Member

gonuke commented Jan 21, 2021

How are tests passing then?

@bam241
Copy link
Member Author

bam241 commented Jan 21, 2021

it is actually quietly failing:

find: 'clang-format': No such file or directory
find: 'clang-format': No such file or directory
find: 'clang-format': No such file or directory
find: 'clang-format': No such file or directory

@gonuke gonuke mentioned this pull request Apr 20, 2021
@gonuke
Copy link
Member

gonuke commented Jul 22, 2021

Do we still need this? update this PR? start over? abandon?

@bam241
Copy link
Member Author

bam241 commented Jul 22, 2021

we probably still need as our housekeeping script still installs clang-format each time it runs....

@bam241
Copy link
Member Author

bam241 commented Jul 22, 2021

docker build on my side do net trigger for the last commit...

Copy link
Member

@gonuke gonuke left a 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

@gonuke
Copy link
Member

gonuke commented Jul 23, 2021

rebase here and then we can confirm that the images build correctly

@bam241
Copy link
Member Author

bam241 commented Jul 23, 2021

I did rebased 3 time... the wrong branch :p

@gonuke
Copy link
Member

gonuke commented Jul 23, 2021

I'm monitoring your test builds to merge this when it works

@gonuke
Copy link
Member

gonuke commented Jul 23, 2021

Thanks @bam241 - this all build & tested fine

@gonuke gonuke merged commit da16d33 into svalinn:develop Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants