Skip to content
Snippets Groups Projects

Fix compilation with gcc 13 and C++20

8 files
+ 64
104
Compare changes
  • Side-by-side
  • Inline

Files

FROM almalinux:8
FROM registry.cern.ch/docker.io/library/almalinux:8
RUN dnf install -y 'dnf-command(config-manager)' epel-release && dnf config-manager --enable powertools \
&& dnf install -y \
Loading