Skip to content
Snippets Groups Projects
Commit c4f72792 authored by Julien Leduc's avatar Julien Leduc
Browse files

Using the same repositories to build rpms as in docker images

parent d439351c
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,7 @@ cta_rpm:
script:
- yum install -y gcc-c++ cmake make rpm-build
- yum -y install yum-plugin-priorities
- echo "Enabling cernonly repo for oracle-instantclient"; yum-config-manager --enable cernonly
- echo "Adding Ceph repo"; echo -e "[ceph-internal]\nname=ceph-internal\nenabled=1\nbaseurl=http://castorwww.web.cern.ch/castorwww/repos/ceph/\npriority=4" > /etc/yum.repos.d/ceph-internal.repo
- cp continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/* /etc/yum.repos.d/
- yum-builddep --nogpgcheck -y build_srpm/RPM/SRPMS/*
- mkdir build_rpm
- cd build_rpm
......
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