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

Commits on Aug 26, 2022

  1. [WIP] Update README to abandon Ubuntu 18.04 support

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

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

    Mesonのテスト実行するときに詳細な結果を出力するように設定します。
    ma8ma committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f405de2 View commit details
    Browse the repository at this point in the history
  4. [WIP] Update CI settings (2022)

    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
    ma8ma committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7a13bfe View commit details
    Browse the repository at this point in the history
  5. [WIP] GitHub Actions: Use actions/jekyll-build-pages@v1

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