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:
parent
30b45348cb
commit
93bb032109
@ -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']
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Added https://trunk.rdoproject.org/centos7-master/deps/el7/ppc64le/
|
||||
for ppc64le builds.
|
Loading…
Reference in New Issue
Block a user