public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
@ 2023-06-01  9:05 Oliver Steffen
  2023-06-01  9:07 ` Ard Biesheuvel
  2023-06-02  0:59 ` [edk2-devel] " Michael Kubacki
  0 siblings, 2 replies; 3+ messages in thread
From: Oliver Steffen @ 2023-06-01  9:05 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


Signed-off-by: Oliver Steffen <osteffen@redhat.com>
---
PR: https://github.com/tianocore/edk2/pull/4460
---
 .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.40.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
  2023-06-01  9:05 [PATCH 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Oliver Steffen
@ 2023-06-01  9:07 ` Ard Biesheuvel
  2023-06-02  0:59 ` [edk2-devel] " Michael Kubacki
  1 sibling, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2023-06-01  9:07 UTC (permalink / raw)
  To: Oliver Steffen
  Cc: devel, Sean Brogan, Michael Kubacki, Michael D Kinney, Liming Gao,
	Ard Biesheuvel, Gerd Hoffmann, Chris Fernald

On Thu, 1 Jun 2023 at 11:05, Oliver Steffen <osteffen@redhat.com> 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
>
>
> Signed-off-by: Oliver Steffen <osteffen@redhat.com>

Acked-by: Ard Biesheuvel <ardb@kernel.org>

> ---
> PR: https://github.com/tianocore/edk2/pull/4460
> ---
>  .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.40.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [edk2-devel] [PATCH 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
  2023-06-01  9:05 [PATCH 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Oliver Steffen
  2023-06-01  9:07 ` Ard Biesheuvel
@ 2023-06-02  0:59 ` Michael Kubacki
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Kubacki @ 2023-06-02  0:59 UTC (permalink / raw)
  To: devel, osteffen
  Cc: Sean Brogan, Michael D Kinney, Liming Gao, Ard Biesheuvel,
	Gerd Hoffmann, Chris Fernald

Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>

On 6/1/2023 5:05 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
> 
> 
> Signed-off-by: Oliver Steffen <osteffen@redhat.com>
> ---
> PR: https://github.com/tianocore/edk2/pull/4460
> ---
>   .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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-02  0:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01  9:05 [PATCH 1/1] CI: Use latest image for Linux jobs (Qemu 8, gcc 12) Oliver Steffen
2023-06-01  9:07 ` Ard Biesheuvel
2023-06-02  0:59 ` [edk2-devel] " Michael Kubacki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox