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

Update to gcc13 toolset

parent f0ee7dcc
No related branches found
No related tags found
No related merge requests found
Pipeline #194372 passed
......@@ -2,9 +2,11 @@ FROM almalinux:9 as builder
RUN dnf update -y --exclude=glibc*
RUN dnf install -y epel-release
RUN dnf install -y gcc g++ cmake git libcurl-devel python3 wget
RUN dnf install -y gcc-toolset-13 cmake git libcurl-devel python3 wget
RUN dnf install -y openssl-devel krb5-devel boost boost-devel libuuid-devel zlib-devel
RUN dnf --enablerepo=crb install -y ninja-build
ENV PATH /opt/rh/gcc-toolset-13/root/usr/bin:$PATH
ENV LD_LIBRARY_PATH /opt/rh/gcc-toolset-13/root/usr/lib64:/opt/rh/gcc-toolset-13/root/usr/lib:/opt/rh/gcc-toolset-13/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-13/root/usr/lib/dyninst
# xrootd
RUN git clone https://github.com/xrootd/xrootd.git -b v5.6.9
......@@ -20,9 +22,11 @@ FROM almalinux:9
RUN dnf update -y --exclude=glibc*
RUN dnf install -y epel-release
RUN dnf install -y gcc g++ cmake git libcurl-devel python3 wget
RUN dnf install -y gcc-toolset-13 cmake git libcurl-devel python3 wget
RUN dnf install -y openssl-devel krb5-devel boost boost-devel libuuid-devel
RUN dnf --enablerepo=crb install -y ninja-build
ENV PATH /opt/rh/gcc-toolset-13/root/usr/bin:$PATH
ENV LD_LIBRARY_PATH /opt/rh/gcc-toolset-13/root/usr/lib64:/opt/rh/gcc-toolset-13/root/usr/lib:/opt/rh/gcc-toolset-13/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-13/root/usr/lib/dyninst
COPY --from=builder /PMS/software/install/ /PMS/software/install/
......
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