Cannot find devtoolset-8 RPM

This change Start with same values in both Oracle and Postgres sequences (!119) · Merge requests · cta / CTA · GitLab switches to installing the devtoolset-8 RPM as part of the bootstrapSystem script. However, the stock CC7 images at CERN don’t have this RPM available. Is there a trick? A missing REPO which must be installed?

Hello Eric,

It should have devtoolset-8 available. As you can see here, it installs the toolset from the image: gitlab-registry.cern.ch/linuxsupport/cc7-base

But you can try to install scl-rh repository like this:

sudo yum install centos-release-scl-rh
sudo yum install devtoolset-8

Best regards,
Jorge.