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

Abandon Ubuntu 18.04 support #1036

Merged
merged 5 commits into from Aug 27, 2022

Commits on Aug 27, 2022

  1. Update README to abandon Ubuntu 18.04 support

    Ubuntu 18.04のテスト環境が使えなくなる[1]ため前倒しで18.04のサポートを
    放棄します。次のリリースまで動作環境の変更は行いませんが18.04では
    問題が起こるかもしれません。2019年より前にリリースされた
    ディストリビューションを利用されている場合は更新をお願いいたします。
    
    [1]: JDimproved#1035
    ma8ma committed Aug 27, 2022
    Copy the full SHA
    a3edff6 View commit details
    Browse the repository at this point in the history
  2. GitHub Actions: Update versions for reusable actions

    CIで利用しているアクションのバージョンを最新版に更新します。
    ma8ma committed Aug 27, 2022
    Copy the full SHA
    79ad28b View commit details
    Browse the repository at this point in the history
  3. GitHub Actions: Set verbose output for meson test

    Mesonのテスト実行するときに詳細な結果を出力するように設定します。
    ma8ma committed Aug 27, 2022
    Copy the full SHA
    cd51edc View commit details
    Browse the repository at this point in the history
  4. Update CI settings to abandon Ubuntu 18.04 support

    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 (clang-12は除く)
    ディストロ: 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
    ma8ma committed Aug 27, 2022
    Copy the full SHA
    a3d8641 View commit details
    Browse the repository at this point in the history
  5. GitHub Actions: Use actions/jekyll-build-pages@v1

    自前で設定したjekyllではなくGitHubが保守しているアクション[1]を使って
    マニュアルのビルドをテストするように変更します。
    
    [1]: https://github.com/actions/jekyll-build-pages
    ma8ma committed Aug 27, 2022
    Copy the full SHA
    22463a1 View commit details
    Browse the repository at this point in the history