Skip to content

Commit 1f9e577

Browse files
committed
REVERTME [coverage] disable most builds for testing
1 parent 0870de8 commit 1f9e577

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

.github/workflows/root-ci.yml

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,19 @@ jobs:
9696
# Common configs: {Release,Debug,RelWithDebInfo)
9797
# Build options: https://root.cern/install/build_from_source/#all-build-options
9898
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"]
112112

113113
runs-on: # Using '[self-hosted, ..., ...]' does not work for some reason :)
114114
- self-hosted
@@ -240,14 +240,14 @@ jobs:
240240
# for pull requests and on branch pushes. This is further complicated
241241
# by the fact that event_name is a string, but we need an array. So
242242
# 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
251251
# This is this platform is subject to timeouts when building from
252252
# scratch.
253253
#- target_arch: x86
@@ -361,40 +361,40 @@ jobs:
361361
# Common configs: {Release,Debug,RelWithDebInfo)
362362
# Build options: https://root.cern/install/build_from_source/#all-build-options
363363
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"]
372372
- image: ubuntu2404
373373
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"]
383383
- image: alma9
384384
is_special: true
385385
property: march_native
386386
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
398398
# Disable GPU builds until the DNS problem is solved
399399
# - image: ubuntu2404-cuda
400400
# is_special: true

0 commit comments

Comments
 (0)