Skip to content
Snippets Groups Projects
Commit 5b30379f authored by Valerio Formato's avatar Valerio Formato
Browse files

Restore gcc9

parent 0de2f8be
Branches gi
No related tags found
No related merge requests found
Pipeline #136363 failed
......@@ -4,8 +4,9 @@ RUN dnf update -y --exclude=glibc*
RUN dnf install -y 'dnf-command(config-manager)'
RUN dnf config-manager --set-enabled powertools
RUN dnf install -y epel-release
RUN dnf install -y gcc gcc-c++ cpp \
RUN dnf install -y gcc-toolset-9-gcc gcc-toolset-9-gcc-c++ \
git curl libcurl-devel ninja-build python3 wget
ENV PATH=/opt/rh/gcc-toolset-9/root/usr/bin:$PATH
RUN dnf install -y openssl-devel krb5-devel boost boost-devel libuuid-devel
RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-linux-x86_64.tar.gz
......@@ -40,8 +41,9 @@ RUN dnf update -y --exclude=glibc*
RUN dnf install -y 'dnf-command(config-manager)'
RUN dnf config-manager --set-enabled powertools
RUN dnf install -y epel-release
RUN dnf install -y gcc gcc-c++ cpp \
RUN dnf install -y gcc-toolset-9-gcc gcc-toolset-9-gcc-c++ \
git curl libcurl-devel ninja-build python3 wget
ENV PATH=/opt/rh/gcc-toolset-9/root/usr/bin:$PATH
RUN dnf install -y openssl-devel krb5-devel boost boost-devel libuuid-devel
RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-linux-x86_64.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment