Re: [Xen-devel] [PATCH] automation: Fix CI with the fedora container

2019-06-11 Thread Doug Goldstein
On Tue, Jun 11, 2019 at 11:56:36AM +0100, Andrew Cooper wrote: > A recent rebuild of the CI contaniers switched from Fedora 29 to 30 because > the dockerfile is targetting latest. > > Unfortunately, the version of iPXE in master doesn't build with the default > GCC in Fedora 30, which is blocking

Re: [Xen-devel] [PATCH] automation: Fix CI with the fedora container

2019-06-11 Thread Andrew Cooper
On 11/06/2019 11:56, Andrew Cooper wrote: > A recent rebuild of the CI contaniers switched from Fedora 29 to 30 because > the dockerfile is targetting latest. > > Unfortunately, the version of iPXE in master doesn't build with the default > GCC in Fedora 30, which is blocking all CI activity. > > S