ci: replace Ubuntu 18.04 on GHA with Ubuntu 20.04#716
Merged
mloskot merged 1 commit intoboostorg:developfrom Aug 10, 2022
Merged
ci: replace Ubuntu 18.04 on GHA with Ubuntu 20.04#716mloskot merged 1 commit intoboostorg:developfrom
mloskot merged 1 commit intoboostorg:developfrom
Conversation
Contributor
Author
|
(Note for myself) Status so far: Failed jobs due to compiler package not being available on Ubuntu 20.04:
That's five out of the ten changed build jobs. The other jobs may possibly run just fine on Ubuntu 20.04, and if those succeed, then I may possibly update this PR for those remaining jobs that succeeded. The MacOS 10.15 failure on Azure Pipelines is unrelated. It happened due to a scheduled "brownout" of MacOS 10.15. |
striezel
added a commit
to striezel-stash/gil
that referenced
this pull request
Aug 9, 2022
GitHub started the deprecation process for Ubuntu 18.04 Action runners on 2022-08-08, and Ubuntu 18.04 will be completely unsupported by 2022-12-01 (if things proceed as planned). See <https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/> for the announcement and more information on that. So this commit replace those Ubuntu 18.04 runners with the next newest Ubuntu 20.04 runner that have shown to still work in the draft PR boostorg#716. The other five GHA jobs with Ubuntu 18.04 (gcc-6, gcc-7, clang++-3.9, clang++-4.0, clang++-5.0) still need to be dealt with separately later.
e4f9b5f to
bf16aa9
Compare
GitHub started the deprecation process for Ubuntu 18.04 Action runners on 2022-08-08, and Ubuntu 18.04 will be completely unsupported by 2022-12-01 (if things proceed as planned). See <https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/> for the announcement and more information on that. So this commit replace those Ubuntu 18.04 runners with the next newest Ubuntu 20.04 runner that have shown to still work with the newer version. The other five GHA jobs with Ubuntu 18.04 (gcc-6, gcc-7, clang++-3.9, clang++-4.0, clang++-5.0) still need to be dealt with separately later.
bf16aa9 to
f825cf2
Compare
Contributor
Author
|
@mloskot: |
striezel
added a commit
to striezel-stash/gil
that referenced
this pull request
Aug 11, 2022
GitHub started the deprecation process for macOS 10.15 runners on 2022-05-31, and macOS 10.15 will be completely unsupported by 2022-08-30 (if things proceed as planned). See <actions/runner-images#5583> for more information on the removal of the macOS 10.15 images. This issue already hit us during the build for PR boostorg#716, because at that time there was a scheduled brownout for macOS 10.15 builds to raise awareness of the upcoming removal.
2 tasks
striezel
added a commit
to striezel-stash/gil
that referenced
this pull request
Aug 11, 2022
GitHub started the deprecation process for macOS 10.15 runners on 2022-05-31, and macOS 10.15 will be completely unsupported by 2022-08-30 (if things proceed as planned). See <actions/runner-images#5583> for more information on the removal of the macOS 10.15 images. This issue already hit us during the build for PR boostorg#716, because at that time there was a scheduled brownout for macOS 10.15 builds to raise awareness of the upcoming removal.
mloskot
pushed a commit
that referenced
this pull request
Aug 12, 2022
* ci: replace macOS 10.15 with macOS 11 in CI workflow GitHub started the deprecation process for macOS 10.15 runners on 2022-05-31, and macOS 10.15 will be completely unsupported by 2022-08-30 (if things proceed as planned). See <actions/runner-images#5583> for more information on the removal of the macOS 10.15 images. This issue already hit us during the build for PR #716, because at that time there was a scheduled brownout for macOS 10.15 builds to raise awareness of the upcoming removal. * ci: remove Azure pipeline build configuration See <#717 (comment)>.
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
GitHub started the deprecation process for Ubuntu 18.04 Action runners on 2022-08-08, and Ubuntu 18.04 will be completely unsupported by 2022-12-01 (if things proceed as planned).
So this PR tries to replace all Ubuntu 18.04 runners with the next newest Ubuntu 20.04 runner. I don't think this will work on first try, but we need to start somewhere.
So this commit replace those Ubuntu 18.04 jobs with the next newest Ubuntu 20.04 runner that have shown to still work with the newer version. The other five GHA jobs with Ubuntu 18.04 (gcc-6, gcc-7, clang++-3.9, clang++-4.0, clang++-5.0) still need to be dealt with separately later.
References
See https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/ for the deprecation announcement and more information on that.
Tasklist