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

[IDEA] Abandon ubuntu 18.04 support #68

Closed
wants to merge 6 commits into from

Conversation

ma8ma
Copy link
Owner

@ma8ma ma8ma commented Aug 26, 2022

このPRはアイデア検証用でありマージしません。

JDimproved#1035
GitHub Actions Ubuntu 18.04 runner image のサポート終了に対応するためCIの動作確認を行います。

Ubuntu 18.04のテスト環境が使えなくなる[1]ため前倒しで18.04のサポートを
放棄します。次のリリースまで動作環境の変更は行いませんが18.04では
問題が起こるかもしれません。2019年より前にリリースされた
ディストリビューションを利用されている場合は更新をお願いいたします。

[1]: JDimproved#1035
CIで利用しているアクションのバージョンを最新版に更新します。
Mesonのテスト実行するときに詳細な結果を出力するように設定します。
GitHub ActionsのCI設定を更新してUbuntu18.04のジョブ削減とUbuntu22.04の
ジョブを追加します。20 jobs[1]を超えると実行待機が発生するため
廃止予定オプションとコンパイラオプションはテストから除外しています。
ディストロとツールチェーンの組み合わせも網羅していません。

Ubuntu18.04 は 2022-12-01 のサポート終了[2]に向けてジョブの強制キャンセルが
計画されているため失敗やキャンセルになってもCIが継続するように設定します。

コンパイラ: gcc-8 ~ gcc-11, clang-7.0 ~ clang-14
ディストロ: Ubuntu18.04, Ubuntu20.04, Ubuntu22.04
ビルドツール: Autotools, Meson

ビルドの構成 (20 jobs)

Mesonを利用したビルド (12 jobs)
Ubuntu18.04
- gcc-7
Ubuntu20.04
- gcc-8
- gcc-9
- gcc-10
- clang-7
- clang-8
- clang-9
- clang-10
Ubuntu22.04
- gcc-11
- clang-11
- clang-13
- clang-14

Autotoolsを使用したビルド (1 job)
Ubuntu22.04
- gcc-11

オプションのビルド (6 jobs)
Ubuntu20.04 (Autotools)
- gnutls, xsmp, migemo, alsa, pangolayout
- openssl, migemo, sessionlib=no, compat_cache_dir=disabled
- openssl, xsmp, alsa, pangolayout
Ubuntu22.04 (Meson)
- gnutls, xsmp, migemo, alsa, pangolayout
- openssl, migemo, sessionlib=no, compat_cache_dir=disabled
- openssl, xsmp, alsa, pangolayout

マニュアルのビルド (1 job)

[1]: https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits
[2]: actions/runner-images#6002
自前で設定したjekyllではなくGitHubが保守しているアクション[1]を使って
マニュアルのビルドをテストするように変更します。

[1]: https://github.com/actions/jekyll-build-pages
@ma8ma ma8ma added the archive label Aug 26, 2022
@ma8ma ma8ma changed the title Idea abandon ubuntu 18.04 support [IDEA] Abandon ubuntu 18.04 support Aug 26, 2022
@ma8ma
Copy link
Owner Author

ma8ma commented Aug 27, 2022

上流にマージしたため閉じます。
JDimproved#1036

@ma8ma ma8ma closed this Aug 27, 2022
@ma8ma ma8ma deleted the idea-abandon-ubuntu-18.04-support branch August 27, 2022 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant