Skip to content

Commit e919f65

Browse files
committed
[ci] Make minimal alma10 build a special build
We don't want to provide binaries for this minimal build, so it has to be a "special build" like Fedora rawhide, the `march=native` build, etc.
1 parent a8b2b6e commit e919f65

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/root-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,10 +385,6 @@ jobs:
385385
- image: alma9
386386
overrides: ["CMAKE_BUILD_TYPE=Debug"]
387387
- image: alma10
388-
# Minimal build
389-
- image: alma10
390-
minimal: true
391-
property: "minimal build"
392388
- image: ubuntu22
393389
overrides: ["imt=Off", "CMAKE_BUILD_TYPE=Debug"]
394390
- image: ubuntu2404
@@ -422,6 +418,11 @@ jobs:
422418
is_special: true
423419
property: "Fedora pydebug"
424420
overrides: ["CMAKE_CXX_STANDARD=23"]
421+
# Minimal build
422+
- image: alma10
423+
is_special: true
424+
minimal: true
425+
property: "minimal build"
425426
# Disable GPU builds until the DNS problem is solved
426427
# - image: ubuntu2404-cuda
427428
# is_special: true

0 commit comments

Comments
 (0)