-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[ci][gha] Miscellaneous improvements and sync with cirrus #3976
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
[ci][gha] Miscellaneous improvements and sync with cirrus #3976
Conversation
Installation of bzip2 and make distcheck were failing on el8. This was resolved by updating it to use CentOS Stream 8 in [1] [1] collectd/ci-docker#55
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.
Thank you, looks good to me
- name: install bzip2 | ||
continue-on-error: true | ||
run: | | ||
- name: Install bzip2 |
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.
what about installing bzip2 in the used containers?
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.
That's a possibility. It'll take a while to update all the containers though, the changes are trivial, but the process is tedious)
But it should save a little bit of time in the CI runs.
I can update this PR to remove these, and then it'll become dependant on the new container changes.
1c736e9
to
69bd5bf
Compare
FYI, I'll remove the install bzip stage, and add it to the containers. |
) * [ci][gha] Rename tasks * [ci][gha] Update and use MAKEFLAGS * [ci][gha] Remove continue-on-error from ``make distcheck`` tasks Installation of bzip2 and make distcheck were failing on el8. This was resolved by updating it to use CentOS Stream 8 in [1] [1] collectd/ci-docker#55
) * [ci][gha] Rename tasks * [ci][gha] Update and use MAKEFLAGS * [ci][gha] Remove continue-on-error from ``make distcheck`` tasks Installation of bzip2 and make distcheck were failing on el8. This was resolved by updating it to use CentOS Stream 8 in [1] [1] collectd/ci-docker#55
) * [ci][gha] Rename tasks * [ci][gha] Update and use MAKEFLAGS * [ci][gha] Remove continue-on-error from ``make distcheck`` tasks Installation of bzip2 and make distcheck were failing on el8. This was resolved by updating it to use CentOS Stream 8 in [1] [1] collectd/ci-docker#55
* [ci][gha] Rename tasks * [ci][gha] Update and use MAKEFLAGS * [ci][gha] Remove continue-on-error from ``make distcheck`` tasks Installation of bzip2 and make distcheck were failing on el8. This was resolved by updating it to use CentOS Stream 8 in [1] [1] collectd/ci-docker#55