Re: [PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries

2023-03-13 Thread Bin Meng
On Mon, Mar 13, 2023 at 6:01 PM Philippe Mathieu-Daudé wrote: > > On 13/3/23 10:35, Bin Meng wrote: > > Hi Philippe, > > > > On Mon, Mar 13, 2023 at 4:51 PM Philippe Mathieu-Daudé > > wrote: > >> > >> On 13/3/23 03:09, Bin Meng wrote: > >>> On Fri, Mar 10, 2023 at 9:50 PM Philippe Mathieu-Daudé >

Re: [PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries

2023-03-13 Thread Philippe Mathieu-Daudé
On 13/3/23 10:35, Bin Meng wrote: Hi Philippe, On Mon, Mar 13, 2023 at 4:51 PM Philippe Mathieu-Daudé wrote: On 13/3/23 03:09, Bin Meng wrote: On Fri, Mar 10, 2023 at 9:50 PM Philippe Mathieu-Daudé wrote: On 10/3/23 14:38, Peter Maydell wrote: On Fri, 10 Mar 2023 at 13:33, Philippe Mathi

Re: [PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries

2023-03-13 Thread Bin Meng
Hi Philippe, On Mon, Mar 13, 2023 at 4:51 PM Philippe Mathieu-Daudé wrote: > > On 13/3/23 03:09, Bin Meng wrote: > > On Fri, Mar 10, 2023 at 9:50 PM Philippe Mathieu-Daudé > > wrote: > >> > >> On 10/3/23 14:38, Peter Maydell wrote: > >>> On Fri, 10 Mar 2023 at 13:33, Philippe Mathieu-Daudé > >

Re: [PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries

2023-03-13 Thread Philippe Mathieu-Daudé
On 13/3/23 03:09, Bin Meng wrote: On Fri, Mar 10, 2023 at 9:50 PM Philippe Mathieu-Daudé wrote: On 10/3/23 14:38, Peter Maydell wrote: On Fri, 10 Mar 2023 at 13:33, Philippe Mathieu-Daudé wrote: When we introduced this Gitlab-CI job in commit 71920809ce ("gitlab-ci.yml: Add jobs to build E

Re: [PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries

2023-03-12 Thread Bin Meng
On Fri, Mar 10, 2023 at 9:50 PM Philippe Mathieu-Daudé wrote: > > On 10/3/23 14:38, Peter Maydell wrote: > > On Fri, 10 Mar 2023 at 13:33, Philippe Mathieu-Daudé > > wrote: > >> > >> When we introduced this Gitlab-CI job in commit 71920809ce > >> ("gitlab-ci.yml: Add jobs to build EDK2 firmware

Re: [PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries

2023-03-10 Thread Philippe Mathieu-Daudé
On 10/3/23 14:38, Peter Maydell wrote: On Fri, 10 Mar 2023 at 13:33, Philippe Mathieu-Daudé wrote: When we introduced this Gitlab-CI job in commit 71920809ce ("gitlab-ci.yml: Add jobs to build EDK2 firmware binaries"), the naive plan was to have reproducible binaries by downloading what this j

Re: [PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries

2023-03-10 Thread Peter Maydell
On Fri, 10 Mar 2023 at 13:33, Philippe Mathieu-Daudé wrote: > > When we introduced this Gitlab-CI job in commit 71920809ce > ("gitlab-ci.yml: Add jobs to build EDK2 firmware binaries"), > the naive plan was to have reproducible binaries by downloading > what this job would build, testing it and ev

[PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries

2023-03-10 Thread Philippe Mathieu-Daudé
When we introduced this Gitlab-CI job in commit 71920809ce ("gitlab-ci.yml: Add jobs to build EDK2 firmware binaries"), the naive plan was to have reproducible binaries by downloading what this job would build, testing it and eventually committing it. With retrospective, nothing happened 3 years la