Skip to content

Commit f88307a

Browse files
authored
Migrate EVG tasks from RHEL 7.6 to RHEL 7.9 (#1414)
1 parent bcfb268 commit f88307a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.evergreen/config_generator/components/compile_only.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
('rhel94', 'clang', [11, 17, 20, 23]), # Clang 17.0 (max: C++23)
3030
('rhel95', 'clang', [11, 17, 20, 23]), # Clang 18.0 (max: C++23)
3131

32-
('rhel76', 'gcc', [11, 14, ]), # GCC 4.8 (max: C++14)
32+
('rhel7.9', 'gcc', [11, 14, ]), # GCC 4.8 (max: C++14)
3333
('rhel80', 'gcc', [11, 17, 20, ]), # GCC 8.2 (max: C++20)
3434
('debian10', 'gcc-8', [11, 17, 20, ]), # GCC 8.3 (max: C++20)
3535
('rhel84', 'gcc', [11, 17, 20, ]), # GCC 8.4 (max: C++20)

.evergreen/config_generator/etc/distros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def ls_distro(name, **kwargs):
6161
]
6262

6363
RHEL_DISTROS = [
64-
*ls_distro(name='rhel76', os='rhel', os_type='linux', os_ver='7.6'),
64+
*ls_distro(name='rhel7.9', os='rhel', os_type='linux', os_ver='7.9'),
6565
*ls_distro(name='rhel80', os='rhel', os_type='linux', os_ver='8.0'),
6666
*ls_distro(name='rhel84', os='rhel', os_type='linux', os_ver='8.4'),
6767
*ls_distro(name='rhel90', os='rhel', os_type='linux', os_ver='9.0'),

.evergreen/generated_configs/tasks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,9 @@ tasks:
428428
BUILD_SHARED_AND_STATIC_LIBS: "ON"
429429
REQUIRED_CXX_STANDARD: 17
430430
build_type: Debug
431-
- name: compile-only-rhel76-gcc-cxx11-debug
432-
run_on: rhel76-large
433-
tags: [compile-only, rhel76, cxx11, gcc, debug]
431+
- name: compile-only-rhel7.9-gcc-cxx11-debug
432+
run_on: rhel7.9-large
433+
tags: [compile-only, rhel7.9, cxx11, gcc, debug]
434434
commands:
435435
- command: expansions.update
436436
params:
@@ -448,9 +448,9 @@ tasks:
448448
build_type: Debug
449449
cc_compiler: gcc
450450
cxx_compiler: g++
451-
- name: compile-only-rhel76-gcc-cxx14-debug
452-
run_on: rhel76-large
453-
tags: [compile-only, rhel76, cxx14, gcc, debug]
451+
- name: compile-only-rhel7.9-gcc-cxx14-debug
452+
run_on: rhel7.9-large
453+
tags: [compile-only, rhel7.9, cxx14, gcc, debug]
454454
commands:
455455
- command: expansions.update
456456
params:

0 commit comments

Comments
 (0)