* [PATCH] CirrusCI: drop FreeBSD 12
@ 2024-01-15 10:27 Roger Pau Monne
2024-01-15 11:01 ` Andrew Cooper
0 siblings, 1 reply; 5+ messages in thread
From: Roger Pau Monne @ 2024-01-15 10:27 UTC (permalink / raw)
To: xen-devel
Cc: Roger Pau Monne, Andrew Cooper, George Dunlap, Jan Beulich,
Julien Grall, Stefano Stabellini, Wei Liu
Went EOL by the end of December 2023, and the pkg repos have been shut down.
Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
.cirrus.yml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index 385618c394ea..d0a9021a77e4 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,12 +14,6 @@ freebsd_template: &FREEBSD_TEMPLATE
- ./configure --with-system-seabios=/usr/local/share/seabios/bios.bin
- gmake -j`sysctl -n hw.ncpu` clang=y
-task:
- name: 'FreeBSD 12'
- freebsd_instance:
- image_family: freebsd-12-4
- << : *FREEBSD_TEMPLATE
-
task:
name: 'FreeBSD 13'
freebsd_instance:
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] CirrusCI: drop FreeBSD 12
2024-01-15 10:27 [PATCH] CirrusCI: drop FreeBSD 12 Roger Pau Monne
@ 2024-01-15 11:01 ` Andrew Cooper
2024-01-15 11:20 ` Roger Pau Monné
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cooper @ 2024-01-15 11:01 UTC (permalink / raw)
To: Roger Pau Monne, xen-devel
Cc: George Dunlap, Jan Beulich, Julien Grall, Stefano Stabellini,
Wei Liu
On 15/01/2024 10:27 am, Roger Pau Monne wrote:
> Went EOL by the end of December 2023, and the pkg repos have been shut down.
>
> Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
We'll need to backport this, I guess ?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] CirrusCI: drop FreeBSD 12
2024-01-15 11:01 ` Andrew Cooper
@ 2024-01-15 11:20 ` Roger Pau Monné
2024-01-15 11:37 ` Jan Beulich
0 siblings, 1 reply; 5+ messages in thread
From: Roger Pau Monné @ 2024-01-15 11:20 UTC (permalink / raw)
To: Andrew Cooper
Cc: xen-devel, George Dunlap, Jan Beulich, Julien Grall,
Stefano Stabellini, Wei Liu
On Mon, Jan 15, 2024 at 11:01:54AM +0000, Andrew Cooper wrote:
> On 15/01/2024 10:27 am, Roger Pau Monne wrote:
> > Went EOL by the end of December 2023, and the pkg repos have been shut down.
> >
> > Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
> > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
>
> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
>
> We'll need to backport this, I guess ?
Yup, but it might not apply cleanly without the rest of the changes to
the file backported also.
Thanks, Roger.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] CirrusCI: drop FreeBSD 12
2024-01-15 11:20 ` Roger Pau Monné
@ 2024-01-15 11:37 ` Jan Beulich
2024-01-15 12:32 ` Roger Pau Monné
0 siblings, 1 reply; 5+ messages in thread
From: Jan Beulich @ 2024-01-15 11:37 UTC (permalink / raw)
To: Roger Pau Monné, Andrew Cooper
Cc: xen-devel, George Dunlap, Julien Grall, Stefano Stabellini,
Wei Liu
On 15.01.2024 12:20, Roger Pau Monné wrote:
> On Mon, Jan 15, 2024 at 11:01:54AM +0000, Andrew Cooper wrote:
>> On 15/01/2024 10:27 am, Roger Pau Monne wrote:
>>> Went EOL by the end of December 2023, and the pkg repos have been shut down.
>>>
>>> Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
>>> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
>>
>> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
>>
>> We'll need to backport this, I guess ?
>
> Yup, but it might not apply cleanly without the rest of the changes to
> the file backported also.
Looks to apply fine to .18 and .17, which it what I'll queue it for.
If and when we need it on .16 and/or .15 as well, adjusting the patch
rather then taking further (not really) prereqs may be preferable.
Jan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] CirrusCI: drop FreeBSD 12
2024-01-15 11:37 ` Jan Beulich
@ 2024-01-15 12:32 ` Roger Pau Monné
0 siblings, 0 replies; 5+ messages in thread
From: Roger Pau Monné @ 2024-01-15 12:32 UTC (permalink / raw)
To: Jan Beulich
Cc: Andrew Cooper, xen-devel, George Dunlap, Julien Grall,
Stefano Stabellini, Wei Liu
On Mon, Jan 15, 2024 at 12:37:39PM +0100, Jan Beulich wrote:
> On 15.01.2024 12:20, Roger Pau Monné wrote:
> > On Mon, Jan 15, 2024 at 11:01:54AM +0000, Andrew Cooper wrote:
> >> On 15/01/2024 10:27 am, Roger Pau Monne wrote:
> >>> Went EOL by the end of December 2023, and the pkg repos have been shut down.
> >>>
> >>> Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
> >>> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> >>
> >> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
> >>
> >> We'll need to backport this, I guess ?
> >
> > Yup, but it might not apply cleanly without the rest of the changes to
> > the file backported also.
>
> Looks to apply fine to .18 and .17, which it what I'll queue it for.
> If and when we need it on .16 and/or .15 as well, adjusting the patch
> rather then taking further (not really) prereqs may be preferable.
We would likely need to take backports, because the versions in 15 and
16 CirrusCI file are also EOL, so I think it won't work anyway.
Thanks, Roger.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-01-15 12:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 10:27 [PATCH] CirrusCI: drop FreeBSD 12 Roger Pau Monne
2024-01-15 11:01 ` Andrew Cooper
2024-01-15 11:20 ` Roger Pau Monné
2024-01-15 11:37 ` Jan Beulich
2024-01-15 12:32 ` Roger Pau Monné
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.