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

it looks like yum-builddep is not grabing repo content, so copy repo files...

it looks like yum-builddep is not grabing repo content, so copy repo files first so that yum takes care of this step
parent 3198459f
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,9 @@ cta_rpm:
stage: build:rpm
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script:
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/* /etc/yum.repos.d/
- yum install -y gcc-c++ cmake make rpm-build
- yum -y install yum-plugin-priorities
- ls -l
- ls continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/
- 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.
Please register or to comment