Re: [PULL 7/8] gitlab: create a build-deprecated target

2020-09-25 Thread Peter Maydell
On Fri, 25 Sep 2020 at 19:34, Richard Henderson wrote: > > On 9/25/20 8:54 AM, Peter Maydell wrote: > > On Wed, 16 Sep 2020 at 14:52, Philippe Mathieu-Daudé > > wrote: > >> Should we stop building the ppc64abi32 target instead? > >> > >> From c609274b853 ("docs/system/deprecated: mark > >> ppc64

Re: [PULL 7/8] gitlab: create a build-deprecated target

2020-09-25 Thread Richard Henderson
On 9/25/20 8:54 AM, Peter Maydell wrote: > On Wed, 16 Sep 2020 at 14:52, Philippe Mathieu-Daudé wrote: >> Should we stop building the ppc64abi32 target instead? >> >> From c609274b853 ("docs/system/deprecated: mark >> ppc64abi32-linux-user for deprecation"): >> >> The ppc64abi32 architecture has

Re: [PULL 7/8] gitlab: create a build-deprecated target

2020-09-25 Thread Peter Maydell
On Wed, 16 Sep 2020 at 14:52, Philippe Mathieu-Daudé wrote: > Should we stop building the ppc64abi32 target instead? > > From c609274b853 ("docs/system/deprecated: mark > ppc64abi32-linux-user for deprecation"): > > The ppc64abi32 architecture has a number of issues which regularly > trip up our

Re: [PULL 7/8] gitlab: create a build-deprecated target

2020-09-16 Thread Philippe Mathieu-Daudé
On 9/16/20 3:23 PM, Alex Bennée wrote: > > Peter Maydell writes: > >> On Wed, 16 Sep 2020 at 13:27, Alex Bennée wrote: >>> >>> These targets might be deprecated but we should keep them building >>> before the final axe comes down. Lets keep them all in one place and >>> don't hold up the CI if

Re: [PULL 7/8] gitlab: create a build-deprecated target

2020-09-16 Thread Alex Bennée
Peter Maydell writes: > On Wed, 16 Sep 2020 at 13:27, Alex Bennée wrote: >> >> These targets might be deprecated but we should keep them building >> before the final axe comes down. Lets keep them all in one place and >> don't hold up the CI if they do fail. They are either poorly tested or >>

Re: [PULL 7/8] gitlab: create a build-deprecated target

2020-09-16 Thread Peter Maydell
On Wed, 16 Sep 2020 at 13:27, Alex Bennée wrote: > > These targets might be deprecated but we should keep them building > before the final axe comes down. Lets keep them all in one place and > don't hold up the CI if they do fail. They are either poorly tested or > already flaky anyway. > > Signed

[PULL 7/8] gitlab: create a build-deprecated target

2020-09-16 Thread Alex Bennée
These targets might be deprecated but we should keep them building before the final axe comes down. Lets keep them all in one place and don't hold up the CI if they do fail. They are either poorly tested or already flaky anyway. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Acke