Re: [Xen-devel] [PATCH] ci: install C++ in opensuse-leap CI container

2019-08-03 Thread Doug Goldstein
On 8/2/19 9:37 AM, Dario Faggioli wrote: On Fri, 2019-08-02 at 13:11 +0100, Andrew Cooper wrote: On 02/08/2019 13:00, Dario Faggioli wrote: On Mon, 2019-07-29 at 12:18 -0500, Doug Goldstein wrote: Will you be pushing the rebuilt container or do you need me to do that? So, I guess someone els

Re: [Xen-devel] [PATCH] ci: install C++ in opensuse-leap CI container

2019-08-02 Thread Dario Faggioli
On Fri, 2019-08-02 at 13:11 +0100, Andrew Cooper wrote: > On 02/08/2019 13:00, Dario Faggioli wrote: > > On Mon, 2019-07-29 at 12:18 -0500, Doug Goldstein wrote: > > > > > > Will you be pushing the rebuilt container or do you need me to do > > > that? > > > > So, I guess someone else, with enough

Re: [Xen-devel] [PATCH] ci: install C++ in opensuse-leap CI container

2019-08-02 Thread Andrew Cooper
On 02/08/2019 13:00, Dario Faggioli wrote: > On Mon, 2019-07-29 at 12:18 -0500, Doug Goldstein wrote: >> On 7/26/19 5:03 AM, Dario Faggioli wrote: >> >>> The openSUSE Leap container image, built after >>> opensuse-leap.dockerfile was missing the gcc-c++, >>> which is necessary, e.g., for building O

Re: [Xen-devel] [PATCH] ci: install C++ in opensuse-leap CI container

2019-08-02 Thread Dario Faggioli
On Mon, 2019-07-29 at 12:18 -0500, Doug Goldstein wrote: > On 7/26/19 5:03 AM, Dario Faggioli wrote: > > > The openSUSE Leap container image, built after > > opensuse-leap.dockerfile was missing the gcc-c++, > > which is necessary, e.g., for building OVMF. > > > > Add it. > > > > Signed-off-by:

Re: [Xen-devel] [PATCH] ci: install C++ in opensuse-leap CI container

2019-07-29 Thread Doug Goldstein
On 7/26/19 5:03 AM, Dario Faggioli wrote: The openSUSE Leap container image, built after opensuse-leap.dockerfile was missing the gcc-c++, which is necessary, e.g., for building OVMF. Add it. Signed-off-by: Dario Faggioli --- Cc: Doug Goldstein --- Acked-by: Doug Goldstein Will you be p

[Xen-devel] [PATCH] ci: install C++ in opensuse-leap CI container

2019-07-26 Thread Dario Faggioli
The openSUSE Leap container image, built after opensuse-leap.dockerfile was missing the gcc-c++, which is necessary, e.g., for building OVMF. Add it. Signed-off-by: Dario Faggioli --- Cc: Doug Goldstein --- automation/build/suse/opensuse-leap.dockerfile |1 + 1 file changed, 1 insertion(+)