Skip to content

Commit

Permalink
[fixup] gcc-11 is 11.2 on CentOS 8, 11.4 on Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Feb 14, 2024
1 parent 0544651 commit 3bd369c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/release/Dockerfiles/Dockerfile.amd64.centos8
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* && \
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-* && \
dnf update -y && \
dnf --enablerepo=powertools install -y \
gcc-toolset-11 \
gcc-toolset-11-gcc-c++ \
gcc-toolset-11-libatomic-devel \
gcc-toolset-12 \
gcc-toolset-12-gcc-c++ \
gcc-toolset-12-libatomic-devel \
ninja-build \
clang \
cmake \
Expand Down

0 comments on commit 3bd369c

Please sign in to comment.