ppc64le is built in delorean-deps.repo

delorean-deps.repo points to
https://trunk.rdoproject.org/centos7-master/deps/el7/
which has a ppc64le repository

Change-Id: I0141d115276f840647428ecf48d30e8d211c32cd
Closes-Bug: 1749775
This commit is contained in:
Mark Hamzy 2018-02-07 16:59:51 -06:00 committed by Tony Breeds
parent 30b45348cb
commit 93bb032109
2 changed files with 6 additions and 1 deletions

View File

@ -46,7 +46,7 @@ DELOREAN = \
DELOREAN_DEPS = {
'x86_64': "https://trunk.rdoproject.org/centos7/delorean-deps.repo",
'aarch64': "",
'ppc64le': ""
'ppc64le': "https://trunk.rdoproject.org/centos7/delorean-deps.repo"
}
INSTALL_TYPE_CHOICES = ['binary', 'source', 'rdo', 'rhos']

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Added https://trunk.rdoproject.org/centos7-master/deps/el7/ppc64le/
for ppc64le builds.