* [PATCH v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
@ 2023-06-22 11:37 Oliver Steffen
2023-06-22 11:37 ` [PATCH v2 1/1] " Oliver Steffen
2023-06-23 13:08 ` [edk2-devel] [PATCH v2 0/1] " Michael Kubacki
0 siblings, 2 replies; 5+ messages in thread
From: Oliver Steffen @ 2023-06-22 11:37 UTC (permalink / raw)
To: devel
Cc: Sean Brogan, Michael Kubacki, Michael D Kinney, Liming Gao,
Ard Biesheuvel, Gerd Hoffmann, Chris Fernald, Oliver Steffen
Use the latest Linux container image (from 2023-05-30).
It uses Qemu 8.0.0 and gcc 12.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324
PR: https://github.com/tianocore/edk2/pull/4460
v2:
- Collect RBs and Acks
- Rerun CI with current master branch
v1:
- intial version
Oliver Steffen (1):
CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
.azurepipelines/templates/defaults.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.41.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
2023-06-22 11:37 [PATCH v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Oliver Steffen
@ 2023-06-22 11:37 ` Oliver Steffen
2023-06-23 13:08 ` [edk2-devel] [PATCH v2 0/1] " Michael Kubacki
1 sibling, 0 replies; 5+ messages in thread
From: Oliver Steffen @ 2023-06-22 11:37 UTC (permalink / raw)
To: devel
Cc: Sean Brogan, Michael Kubacki, Michael D Kinney, Liming Gao,
Ard Biesheuvel, Gerd Hoffmann, Chris Fernald, Oliver Steffen,
Ard Biesheuvel, Michael Kubacki
Use the latest Linux container image (from 2023-05-30).
It uses Qemu 8.0.0 and gcc 12.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324
Signed-off-by: Oliver Steffen <osteffen@redhat.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
---
.azurepipelines/templates/defaults.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templates/defaults.yml
index 6730a0e8e4b3..8006495580f3 100644
--- a/.azurepipelines/templates/defaults.yml
+++ b/.azurepipelines/templates/defaults.yml
@@ -9,4 +9,4 @@
variables:
default_python_version: ">=3.10.6"
- default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:3b3eb8f"
+ default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931"
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
2023-06-22 11:37 [PATCH v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Oliver Steffen
2023-06-22 11:37 ` [PATCH v2 1/1] " Oliver Steffen
@ 2023-06-23 13:08 ` Michael Kubacki
2023-06-26 6:44 ` Oliver Steffen
1 sibling, 1 reply; 5+ messages in thread
From: Michael Kubacki @ 2023-06-23 13:08 UTC (permalink / raw)
To: devel, osteffen
Cc: Sean Brogan, Michael D Kinney, Liming Gao, Ard Biesheuvel,
Gerd Hoffmann, Chris Fernald
Hi Oliver,
I see the PR you linked is marked as draft and test.
I'm happy to help push this if you can confirm when you're done testing.
Thanks,
Michael
On 6/22/2023 7:37 AM, Oliver Steffen wrote:
> Use the latest Linux container image (from 2023-05-30).
> It uses Qemu 8.0.0 and gcc 12.
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324
> PR: https://github.com/tianocore/edk2/pull/4460
>
> v2:
> - Collect RBs and Acks
> - Rerun CI with current master branch
>
> v1:
> - intial version
>
> Oliver Steffen (1):
> CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
>
> .azurepipelines/templates/defaults.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
2023-06-23 13:08 ` [edk2-devel] [PATCH v2 0/1] " Michael Kubacki
@ 2023-06-26 6:44 ` Oliver Steffen
2023-06-27 1:40 ` Michael Kubacki
0 siblings, 1 reply; 5+ messages in thread
From: Oliver Steffen @ 2023-06-26 6:44 UTC (permalink / raw)
To: Michael Kubacki, devel
Cc: Sean Brogan, Michael D Kinney, Liming Gao, Ard Biesheuvel,
Gerd Hoffmann, Chris Fernald
Quoting Michael Kubacki (2023-06-23 15:08:12)
> Hi Oliver,
>
> I see the PR you linked is marked as draft and test.
>
> I'm happy to help push this if you can confirm when you're done testing.
Changed it, removed Draft and "Test".
Thanks,
Oliver
> Thanks,
> Michael
>
> On 6/22/2023 7:37 AM, Oliver Steffen wrote:
> > Use the latest Linux container image (from 2023-05-30).
> > It uses Qemu 8.0.0 and gcc 12.
> >
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324
> > PR: https://github.com/tianocore/edk2/pull/4460
> >
> > v2:
> > - Collect RBs and Acks
> > - Rerun CI with current master branch
> >
> > v1:
> > - intial version
> >
> > Oliver Steffen (1):
> > CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
> >
> > .azurepipelines/templates/defaults.yml | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [PATCH v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
2023-06-26 6:44 ` Oliver Steffen
@ 2023-06-27 1:40 ` Michael Kubacki
0 siblings, 0 replies; 5+ messages in thread
From: Michael Kubacki @ 2023-06-27 1:40 UTC (permalink / raw)
To: devel, osteffen
Cc: Sean Brogan, Michael D Kinney, Liming Gao, Ard Biesheuvel,
Gerd Hoffmann, Chris Fernald
Merged in #4576
On 6/26/2023 2:44 AM, Oliver Steffen wrote:
> Quoting Michael Kubacki (2023-06-23 15:08:12)
>> Hi Oliver,
>>
>> I see the PR you linked is marked as draft and test.
>>
>> I'm happy to help push this if you can confirm when you're done testing.
>
> Changed it, removed Draft and "Test".
>
> Thanks,
> Oliver
>
>> Thanks,
>> Michael
>>
>> On 6/22/2023 7:37 AM, Oliver Steffen wrote:
>>> Use the latest Linux container image (from 2023-05-30).
>>> It uses Qemu 8.0.0 and gcc 12.
>>>
>>> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4324
>>> PR: https://github.com/tianocore/edk2/pull/4460
>>>
>>> v2:
>>> - Collect RBs and Acks
>>> - Rerun CI with current master branch
>>>
>>> v1:
>>> - intial version
>>>
>>> Oliver Steffen (1):
>>> CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
>>>
>>> .azurepipelines/templates/defaults.yml | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>
>
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-06-27 1:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22 11:37 [PATCH v2 0/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Oliver Steffen
2023-06-22 11:37 ` [PATCH v2 1/1] " Oliver Steffen
2023-06-23 13:08 ` [edk2-devel] [PATCH v2 0/1] " Michael Kubacki
2023-06-26 6:44 ` Oliver Steffen
2023-06-27 1:40 ` Michael Kubacki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox