Don't run docker on ppc64le mock

Description

Jenkins check-patch fails because it cannot find the command docker when running mock using ppc64le configuration.
We might need to add an "if" that will not try to call docker when running in ppc64le environment.

Activity

Show:

Former user October 26, 2017 at 7:25 AM

The cause for the failures is the fact that docker package for ppc64le is under centos-extras and not centos-base as in x86_64 repos.
I've sent a patch to add centos-extras for mock cfg for ppc64le.

Fixed

Details

Assignee

Reporter

Priority

Created October 18, 2017 at 3:22 PM
Updated December 4, 2017 at 3:44 PM
Resolved November 1, 2017 at 10:29 AM

Flag notifications