Skip to content

Commit 608be25

Browse files
authored
Merge pull request #14134 from KratosMultiphysics/ci/activate-devtoolset-13
[CI] Activate dev toolset 13 in Rocky8
2 parents 1a5c49c + 0302553 commit 608be25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • scripts/docker_files/docker_file_ci_rockylinux8

scripts/docker_files/docker_file_ci_rockylinux8/DockerFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ENV HOME /root
77
# Install devtools 13
88
RUN dnf -y install gcc-toolset-13
99

10-
# Enable devtools 11 every time a shell is started
10+
# Enable devtools 13 every time a shell is started
1111
# TODO: /etc/bashrc is never executed so this line does not fulfill its purpose => fix it.
12-
RUN echo "source /opt/rh/gcc-toolset-11/enable" >> /etc/bashrc
12+
RUN echo "source /opt/rh/gcc-toolset-13/enable" >> /etc/bashrc
1313

1414
# Install python3.10.18
1515
RUN dnf update -y && \

0 commit comments

Comments
 (0)