Skip to content

Commit 55a803a

Browse files
committed
matrix.yml: add ucrt64 to the architecture axis
The manually-triggered `test all artifact flavors` matrix already covers every flavor on `i686` and `x86_64`. Add `ucrt64` as a third value in the `architecture` array so the same four flavors get spawned against it too, replacing the previous one-row `include` block (which was added when only `flavor: full` worked for `ucrt64`) and dropping the now-stale comment that justified that asymmetry. Assisted-by: Opus 4.7 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 3cd3134 commit 55a803a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/matrix.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,12 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
flavor: ['minimal', 'makepkg-git', 'build-installers', 'full']
12-
architecture: ['i686', 'x86_64']
12+
architecture: ['i686', 'x86_64', 'ucrt64']
1313
exclude:
1414
- flavor: minimal
1515
architecture: i686
1616
- flavor: makepkg-git
1717
architecture: i686
18-
# `ucrt64` is wired up end-to-end only for `flavor: full`; the
19-
# subset flavors depend on follow-up work in `build-extra` and
20-
# the `ci-artifacts` pipeline of `git-sdk-64`. Add the one
21-
# combination we can meaningfully exercise.
22-
include:
23-
- flavor: full
24-
architecture: ucrt64
2518
steps:
2619
- uses: actions/checkout@v6
2720
- name: run in-place

0 commit comments

Comments
 (0)