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 arkedge/workflows-c2a action to v5 - autoclosed #260

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
arkedge/workflows-c2a action major v4.5.3 -> v5.2.0

Release Notes

arkedge/workflows-c2a (arkedge/workflows-c2a)

v5.2.0

Compare Source

arkedge organization 外で gh-federation を用いた checkout が機能していなかった問題を修正しました

What's Changed

Full Changelog: arkedge/workflows-c2a@v5.1.0...v5.2.0

v5.1.0

Compare Source

reviewdog version を明示的に指定することができるようになりました.
また,c2a-build のテストが reviewdog v0.17 系で落ちるという問題があったため,暫定的対処として reviewdog の default version を v0.16.0 としました.

What's Changed

Full Changelog: arkedge/workflows-c2a@v5.0.0...v5.1.0

v5.0.0

Compare Source

workflows-c2a v5.0.0

Breaking Changes

  • 各 workflow が標準的に想定する C2A user が c2a-core v4 系になりました
    • c2a-core v3 系ベースの C2A user については -v3 suffix の付いた workflow でサポートするようになりました
    • たとえば,default.yml を使用していた場合は,default-v3.yml に移行する必要があります
  • C2A user を C++ としてビルドする job の実行が optional な機能になりました
    • 今まで通り実行したい場合は,build_as_cxxtrue に設定して有効化してください.この option は default workflow でもサポートしています.
    • 基本的にC言語で書かれた C2A を C++ でビルドするのはあくまでイレギュラーな対応であり,コンパイラの warning などを活用する面でも,C言語と C++ の互換性の観点からもまったく推奨できないものであるためです
    • 一方で,SILS-S2E などで C2A user も込みで(例えば,SILS-S2E 用の IfWrapper などの対応のために)C++ としてビルドしているような環境は現状では存在します(減りつつあるとは思いますが).そのような環境では build_as_cxx option を使用してください.
    • それはそれとして,C2A user 全体の C++ としてのビルドは今後廃止していく方針となります.注意してください.
  • C2A user を MSVC でビルドする job の実行が optional な機能になりました
    • 今まで通り実行したい場合は,build_msvctrue に設定して有効化してください.この option は default workflow でもサポートしています.
    • これは MSVC の Visual C は C89/C90 や C99 を厳密にはサポートしておらず,C2A において有用な範囲での規格準拠の確認には使用不可能である上,MSVC で C2A user をビルドしたいユースケースが非常に限られることによる技術的判断です
    • 一方で,Visual Studio でビルドする SILS-S2E のようなユースケースは存在します.そのような環境では build_msvc option を使用してください.

What's Changed

Full Changelog: arkedge/workflows-c2a@v4.5.3...v5.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from sksat and a team as code owners December 20, 2023 06:09
@renovate renovate bot requested review from 200km, suzuki-toshihir0, t-hosonuma and conjikidow and removed request for a team December 20, 2023 06:09
@@ -10,4 +10,4 @@ on:
jobs:
c2a:
name: C2A
uses: arkedge/workflows-c2a/.github/workflows/default.yml@v4.5.3
uses: arkedge/workflows-c2a/.github/workflows/default.yml@v5.0.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

このバージョンから c2a-core v4 をデフォルトでは想定することになったため,default-v3.yml に移行する必要があります.

Suggested change
uses: arkedge/workflows-c2a/.github/workflows/[email protected]
uses: arkedge/workflows-c2a/.github/workflows/default-v3[email protected]

@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch 2 times, most recently from 3b01444 to 0eb332a Compare January 17, 2024 18:38
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch 2 times, most recently from 74ee572 to b6e0def Compare January 29, 2024 08:47
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch from b6e0def to 9f1e464 Compare February 1, 2024 10:14
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch 3 times, most recently from d6da1a2 to 8247a1e Compare February 15, 2024 13:26
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch from 8247a1e to 8d3df72 Compare March 13, 2024 08:52
@renovate renovate bot changed the title Update arkedge/workflows-c2a action to v5 chore(deps): update arkedge/workflows-c2a action to v5 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch 3 times, most recently from ae44a48 to eb9e1ab Compare April 9, 2024 12:11
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch from eb9e1ab to c4473be Compare April 17, 2024 00:12
@renovate renovate bot changed the title chore(deps): update arkedge/workflows-c2a action to v5 Update arkedge/workflows-c2a action to v5 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch 3 times, most recently from 802f52e to 08bcad7 Compare May 8, 2024 03:03
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch 4 times, most recently from bdd02b5 to 9a833ff Compare May 10, 2024 15:31
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch 4 times, most recently from 100ba14 to 2023f74 Compare May 17, 2024 02:57
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch 10 times, most recently from e52a33b to 57cfb75 Compare May 25, 2024 03:45
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch 3 times, most recently from cce0c87 to f4eb7f5 Compare May 29, 2024 01:40
@renovate renovate bot force-pushed the renovate/arkedge-workflows-c2a-5.x branch from f4eb7f5 to 52ddc97 Compare May 29, 2024 15:29
@renovate renovate bot changed the title Update arkedge/workflows-c2a action to v5 Update arkedge/workflows-c2a action to v5 - autoclosed Jul 22, 2024
@renovate renovate bot closed this Jul 22, 2024
@renovate renovate bot deleted the renovate/arkedge-workflows-c2a-5.x branch July 22, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant