@@ -96,19 +96,19 @@ jobs:
96
96
# Common configs: {Release,Debug,RelWithDebInfo)
97
97
# Build options: https://root.cern/install/build_from_source/#all-build-options
98
98
include :
99
- - platform : mac13
100
- arch : ARM64
101
- overrides : ["builtin_zlib=ON"]
102
- - platform : mac14
103
- arch : X64
104
- overrides : ["CMAKE_CXX_STANDARD=20"]
105
- - platform : mac15
106
- arch : ARM64
107
- overrides : ["CMAKE_CXX_STANDARD=20"]
108
- - platform : mac-beta
109
- is_special : true
110
- arch : ARM64
111
- overrides : ["CMAKE_CXX_STANDARD=20"]
99
+ # - platform: mac13
100
+ # arch: ARM64
101
+ # overrides: ["builtin_zlib=ON"]
102
+ # - platform: mac14
103
+ # arch: X64
104
+ # overrides: ["CMAKE_CXX_STANDARD=20"]
105
+ # - platform: mac15
106
+ # arch: ARM64
107
+ # overrides: ["CMAKE_CXX_STANDARD=20"]
108
+ # - platform: mac-beta
109
+ # is_special: true
110
+ # arch: ARM64
111
+ # overrides: ["CMAKE_CXX_STANDARD=20"]
112
112
113
113
runs-on : # Using '[self-hosted, ..., ...]' does not work for some reason :)
114
114
- self-hosted
@@ -240,14 +240,14 @@ jobs:
240
240
# for pull requests and on branch pushes. This is further complicated
241
241
# by the fact that event_name is a string, but we need an array. So
242
242
# we construct a JSON string that we can then convert into an array.
243
- event_name : ${{ fromJSON(format('["{0}"]', github.event_name)) }}
244
- config : ["RelWithDebInfo", "Release"]
245
- target_arch : [x64, x86]
246
- exclude :
247
- - event_name : pull_request
248
- config : RelWithDebInfo
249
- - event_name : push
250
- config : RelWithDebInfo
243
+ # event_name: ${{ fromJSON(format('["{0}"]', github.event_name)) }}
244
+ # config: ["RelWithDebInfo", "Release"]
245
+ # target_arch: [x64, x86]
246
+ # exclude:
247
+ # - event_name: pull_request
248
+ # config: RelWithDebInfo
249
+ # - event_name: push
250
+ # config: RelWithDebInfo
251
251
# This is this platform is subject to timeouts when building from
252
252
# scratch.
253
253
# - target_arch: x86
@@ -361,40 +361,40 @@ jobs:
361
361
# Common configs: {Release,Debug,RelWithDebInfo)
362
362
# Build options: https://root.cern/install/build_from_source/#all-build-options
363
363
include :
364
- - image : fedora41
365
- - image : fedora42
366
- overrides : ["CMAKE_CXX_STANDARD=23"]
367
- - image : alma8
368
- - image : alma9
369
- overrides : ["CMAKE_BUILD_TYPE=Debug"]
370
- - image : ubuntu22
371
- overrides : ["imt=Off", "CMAKE_BUILD_TYPE=Debug"]
364
+ # - image: fedora41
365
+ # - image: fedora42
366
+ # overrides: ["CMAKE_CXX_STANDARD=23"]
367
+ # - image: alma8
368
+ # - image: alma9
369
+ # overrides: ["CMAKE_BUILD_TYPE=Debug"]
370
+ # - image: ubuntu22
371
+ # overrides: ["imt=Off", "CMAKE_BUILD_TYPE=Debug"]
372
372
- image : ubuntu2404
373
373
overrides : ["CMAKE_BUILD_TYPE=Debug"]
374
- - image : ubuntu2504
375
- overrides : ["CMAKE_CXX_STANDARD=23"]
376
- - image : debian125
377
- overrides : ["CMAKE_CXX_STANDARD=20", "dev=ON"]
378
- # Special builds
379
- - image : alma9
380
- is_special : true
381
- property : modules_off
382
- overrides : ["runtime_cxxmodules=Off"]
374
+ # - image: ubuntu2504
375
+ # overrides: ["CMAKE_CXX_STANDARD=23"]
376
+ # - image: debian125
377
+ # overrides: ["CMAKE_CXX_STANDARD=20", "dev=ON"]
378
+ # # Special builds
379
+ # - image: alma9
380
+ # is_special: true
381
+ # property: modules_off
382
+ # overrides: ["runtime_cxxmodules=Off"]
383
383
- image : alma9
384
384
is_special : true
385
385
property : march_native
386
386
overrides : ["CMAKE_BUILD_TYPE=RelWithDebInfo", "CMAKE_CXX_FLAGS=-march=native", "CMAKE_C_FLAGS=-march=native", "fortran=OFF"]
387
- - image : alma9
388
- is_special : true
389
- property : arm64
390
- overrides : ["CMAKE_BUILD_TYPE=RelWithDebInfo"]
391
- architecture : ARM64
392
- - image : alma9-clang
393
- is_special : true
394
- property : clang
395
- overrides : ["CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++"]
396
- - image : alma10
397
- is_special : true
387
+ # - image: alma9
388
+ # is_special: true
389
+ # property: arm64
390
+ # overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo"]
391
+ # architecture: ARM64
392
+ # - image: alma9-clang
393
+ # is_special: true
394
+ # property: clang
395
+ # overrides: ["CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++"]
396
+ # - image: alma10
397
+ # is_special: true
398
398
# Disable GPU builds until the DNS problem is solved
399
399
# - image: ubuntu2404-cuda
400
400
# is_special: true
0 commit comments