* [PATCH v1 0/1] CI: Use Fedora 37 / GCC 12 for Linux jobs
@ 2023-03-08 9:48 Oliver Steffen
2023-03-08 9:48 ` [PATCH v1 1/1] CI: Use Fedora-37 (gcc12) image " Oliver Steffen
0 siblings, 1 reply; 4+ messages in thread
From: Oliver Steffen @ 2023-03-08 9:48 UTC (permalink / raw)
To: devel
Cc: Eric Dong, Gerd Hoffmann, Liming Gao, Michael D Kinney,
Michael Kubacki, Rahul Kumar, Ray Ni, Sean Brogan, Sunil V L,
Paweł Poławski, Chris Fernald, Oliver Steffen
Switch the CI (Linux) to use GCC 12 providied by a new Fedora 37 based
container image.
New container image: https://github.com/tianocore/containers/pull/60
Test PR: https://github.com/tianocore/edk2/pull/4108
Oliver Steffen (1):
CI: Use Fedora-37 (gcc12) image for Linux jobs
.azurepipelines/templates/defaults.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.39.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v1 1/1] CI: Use Fedora-37 (gcc12) image for Linux jobs
2023-03-08 9:48 [PATCH v1 0/1] CI: Use Fedora 37 / GCC 12 for Linux jobs Oliver Steffen
@ 2023-03-08 9:48 ` Oliver Steffen
2023-03-08 22:29 ` [edk2-devel] " Michael Kubacki
2023-03-09 4:28 ` Sunil V L
0 siblings, 2 replies; 4+ messages in thread
From: Oliver Steffen @ 2023-03-08 9:48 UTC (permalink / raw)
To: devel
Cc: Eric Dong, Gerd Hoffmann, Liming Gao, Michael D Kinney,
Michael Kubacki, Rahul Kumar, Ray Ni, Sean Brogan, Sunil V L,
Paweł Poławski, Chris Fernald, Oliver Steffen
Switch to the new Fedora-37 CI docker image, and with it to gcc12, for
Linux jobs.
Signed-off-by: Oliver Steffen <osteffen@redhat.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 74d6b417839d..190d9a09d2a7 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-35-test:47addc9"
+ default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:14d2aba"
--
2.39.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH v1 1/1] CI: Use Fedora-37 (gcc12) image for Linux jobs
2023-03-08 9:48 ` [PATCH v1 1/1] CI: Use Fedora-37 (gcc12) image " Oliver Steffen
@ 2023-03-08 22:29 ` Michael Kubacki
2023-03-09 4:28 ` Sunil V L
1 sibling, 0 replies; 4+ messages in thread
From: Michael Kubacki @ 2023-03-08 22:29 UTC (permalink / raw)
To: devel, osteffen
Cc: Eric Dong, Gerd Hoffmann, Liming Gao, Michael D Kinney,
Rahul Kumar, Ray Ni, Sean Brogan, Sunil V L,
Paweł Poławski, Chris Fernald
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
On 3/8/2023 4:48 AM, Oliver Steffen wrote:
> Switch to the new Fedora-37 CI docker image, and with it to gcc12, for
> Linux jobs.
>
> Signed-off-by: Oliver Steffen <osteffen@redhat.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 74d6b417839d..190d9a09d2a7 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-35-test:47addc9"
> + default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:14d2aba"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1 1/1] CI: Use Fedora-37 (gcc12) image for Linux jobs
2023-03-08 9:48 ` [PATCH v1 1/1] CI: Use Fedora-37 (gcc12) image " Oliver Steffen
2023-03-08 22:29 ` [edk2-devel] " Michael Kubacki
@ 2023-03-09 4:28 ` Sunil V L
1 sibling, 0 replies; 4+ messages in thread
From: Sunil V L @ 2023-03-09 4:28 UTC (permalink / raw)
To: Oliver Steffen
Cc: devel, Eric Dong, Gerd Hoffmann, Liming Gao, Michael D Kinney,
Michael Kubacki, Rahul Kumar, Ray Ni, Sean Brogan,
Paweł Poławski, Chris Fernald
Thanks!, Oliver.
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
On Wed, Mar 08, 2023 at 10:48:55AM +0100, Oliver Steffen wrote:
> Switch to the new Fedora-37 CI docker image, and with it to gcc12, for
> Linux jobs.
>
> Signed-off-by: Oliver Steffen <osteffen@redhat.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 74d6b417839d..190d9a09d2a7 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-35-test:47addc9"
> + default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:14d2aba"
> --
> 2.39.2
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-09 4:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-08 9:48 [PATCH v1 0/1] CI: Use Fedora 37 / GCC 12 for Linux jobs Oliver Steffen
2023-03-08 9:48 ` [PATCH v1 1/1] CI: Use Fedora-37 (gcc12) image " Oliver Steffen
2023-03-08 22:29 ` [edk2-devel] " Michael Kubacki
2023-03-09 4:28 ` Sunil V L
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox