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

Update CI settings (2025-01) #1507

Merged
merged 2 commits into from
Jan 18, 2025
Merged

Update CI settings (2025-01) #1507

merged 2 commits into from
Jan 18, 2025

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Jan 18, 2025

Update CI settings

コンパイラ対応とオプションのライブラリを確認するためGitHub Actionsを利用してCI設定を構成します。20 jobsを超えると実行待機が発生するため廃止予定オプションとコンパイラオプションはテストから除外しています。
ディストロとツールチェーンの組み合わせも網羅していません。

コンパイラ: gcc-10 ~ gcc-13, clang-11 ~ clang-18
ディストロ: Ubuntu22.04, Ubuntu24.04
ビルドツール: Meson

AddressSanitizerを有効にしたビルド (1 job)
Ubuntu24.04

  • gcc-13

コンパイラーを変更するビルド (13 jobs)
Ubuntu22.04

  • gcc-10
  • gcc-11
  • gcc-12
  • clang-11
  • clang-12
  • clang-13
  • clang-14
  • clang-15

Ubuntu24.04

  • gcc-13
  • gcc-14
  • clang-16
  • clang-17
  • clang-18

オプションのビルド (6 jobs)
Ubuntu22.04

  • gnutls, oniguruma, xsmp, migemo, alsa, pangolayout
  • openssl, gregex, migemo, sessionlib=no, compat_cache_dir=disabled
  • openssl, oniguruma, xsmp, alsa, pangolayout

Ubuntu24.04

  • gnutls, oniguruma, xsmp, migemo, alsa, pangolayout
  • openssl, gregex, migemo, sessionlib=no, compat_cache_dir=disabled
  • openssl, oniguruma, xsmp, alsa, pangolayout

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

CI: Update weekly jobs

GitHub ActionsのWeekly CIで利用するディストロとコンパイラーを更新します。

jobの構成

スケジュール: 毎週月曜日 00:00 UTC

Ubuntu Compiler Unity size Notes
24.04 gcc 14 1000 -Dwerror=true
24.04 clang 18 1000 -Dwerror=true
24.04 gcc 14 1000 -Dwerror=true and project options
24.04 gcc 13 n/a use muon master instead of meson

Closes ma8ma#89

ma8ma added 2 commits January 18, 2025 21:52
コンパイラ対応とオプションのライブラリを確認するためGitHub Actionsを
利用してCI設定を構成します。20 jobs[*]を超えると実行待機が発生するため
廃止予定オプションとコンパイラオプションはテストから除外しています。
ディストロとツールチェーンの組み合わせも網羅していません。

コンパイラ: gcc-10 ~ gcc-13, clang-11 ~ clang-18
ディストロ: Ubuntu22.04, Ubuntu24.04
ビルドツール: Meson

AddressSanitizerを有効にしたビルド (1 job)
Ubuntu24.04
- gcc-13

コンパイラーを変更するビルド (13 jobs)
Ubuntu22.04
- gcc-10
- gcc-11
- gcc-12
- clang-11
- clang-12
- clang-13
- clang-14
- clang-15

Ubuntu24.04
- gcc-13
- gcc-14
- clang-16
- clang-17
- clang-18

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

Ubuntu24.04
- gnutls, oniguruma, xsmp, migemo, alsa, pangolayout
- openssl, gregex, migemo, sessionlib=no, compat_cache_dir=disabled
- openssl, oniguruma, xsmp, alsa, pangolayout

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

[*]: https://docs.github.com/en/free-pro-team@latest/actions/reference/usage-limits-billing-and-administration#usage-limits
GitHub ActionsのWeekly CIで利用するディストロとコンパイラーを更新します。

jobの構成

スケジュール: 毎週月曜日 00:00 UTC

Ubuntu | Compiler | Unity size | Notes
---    | ---      | ---        | ---
24.04  | gcc 14   | 1000       | -Dwerror=true
24.04  | clang 18 | 1000       | -Dwerror=true
24.04  | gcc 14   | 1000       | -Dwerror=true and project options
24.04  | gcc 13   | n/a        | use muon master instead of meson
@ma8ma ma8ma added build ビルドに関するトピック test テストの変更 labels Jan 18, 2025
@ma8ma ma8ma merged commit 193f29a into master Jan 18, 2025
21 checks passed
@ma8ma ma8ma deleted the update-ci-settings branch January 18, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build ビルドに関するトピック test テストの変更
Projects
Development

Successfully merging this pull request may close these issues.

1 participant