[Actions][R4_4] Add workflows to build Thunder on Linux#2121
Merged
Conversation
Comment out ThunderInterfaces job in the workflow.
Updated the branch for push events from 'R4_4' to 'development/actions-r4_4'.
Removed Bluetooth-related build options from the workflow.
Removed Bluetooth support from the build configuration.
Removed the PRIVILEGEDREQUEST option from the build configuration.
Removed HIBERNATESUPPORT option from build configuration.
Comment out various build options for Thunder.
Removed conditional flags for security and coherency in CMake configuration.
Re-enable several build options for Thunder.
Updated the reference for ThunderTools from R4_4 to development/tools-backport and modified the CMake install command to include conditional flags for security and coherency.
Updated the reference branch for the Thunder repository checkout.
Updated the reference in the checkout action for ThunderTools.
Updated comment to indicate future branch change.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a reusable Linux build workflow (Linux build template.yml) for the R4_4 branch and rewires the existing Build Thunder on Linux.yml to call it. The reusable template builds Thunder across a build_type × shared_libs × architecture matrix (including a 32-bit cross build), pulls in ThunderTools (with optional [DependsOn=...] PR-body overrides), and uploads tar.gz artifacts. ThunderInterfaces invocation is left commented out per the PR description, pending a follow-up workflow in that repo.
Changes:
- New reusable workflow with apt/PyPI prep, retried installs, optional i386 multilib, and matrix-driven cmake builds.
- Existing top-level workflow simplified into a thin caller of the new template, scoped to R4_4 (currently a development branch placeholder per a TO-DO).
- Adds path-ignore for docs/ReleaseNotes and
workflow_dispatch; explicitcontents: readpermissions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
.github/workflows/Linux build template.yml |
New reusable workflow building Thunder for Debug/Release/MinSizeRel × shared/static × 32/64-bit, with retried apt installs, venv-based generator install, and artifact upload. |
.github/workflows/Build Thunder on Linux.yml |
Replaces inline build steps with a call to the new reusable template; updates triggers to R4_4 (placeholder branch), adds workflow_dispatch and docs path-ignore; commented-out ThunderInterfaces follow-up job. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sebaszm
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a foundation to make workflow to compare the generator's output in ThunderTools on R4_4, same as it is on master.
Few things to note: