Skip to content
Snippets Groups Projects
Commit b1db14fa authored by Steven Murray's avatar Steven Murray
Browse files

GitLab rpm build stage now uses all *.repo files because protobuf-3 is no longer present

parent bda38c9d
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,7 @@ cta_rpm: ...@@ -30,8 +30,7 @@ cta_rpm:
stage: build:rpm stage: build:rpm
image: gitlab-registry.cern.ch/linuxsupport/cc7-base image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script: script:
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/centos-cernonly.repo /etc/yum.repos.d/ - cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/*.repo /etc/yum.repos.d/
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/cta-ci.repo /etc/yum.repos.d/
- yum install -y gcc-c++ cmake make rpm-build - yum install -y gcc-c++ cmake make rpm-build
- yum -y install yum-plugin-priorities - yum -y install yum-plugin-priorities
- yum-builddep --nogpgcheck -y build_srpm/RPM/SRPMS/* - yum-builddep --nogpgcheck -y build_srpm/RPM/SRPMS/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment