Re: [PATCH] Update FreeBSD CI jobs FreeBSD 14.1

2024-09-11 Thread Li-Wen Hsu
On Wed, Sep 11, 2024 at 5:02 PM Thomas Huth wrote: > The current FreeBSD CI jobs are failing installation since the > "opencv" package is now missing there. Updating to 14.1 fixes > the issue. > > Signed-off-by: Thomas Huth > Reviewed-by: Li-Wen Hsu >

Re: FreeBSD update required for CI?

2024-07-15 Thread Li-Wen Hsu
On Tue, Jul 16, 2024 at 7:01 AM Richard Henderson < richard.hender...@linaro.org> wrote: > Hi guys, > > CI currently failing FreeBSD: > > https://gitlab.com/qemu-project/qemu/-/jobs/7347517439 > > > pkg: No packages available to install matching 'py39-pillow' have been > found in the repositories

Re: [PATCH] tests/vm/freebsd: Update to FreeBSD 13.2

2023-04-19 Thread Li-Wen Hsu
On Wed, Apr 19, 2023 at 5:18 PM Thomas Huth wrote: > > According to QEMU's support policy, we stop supporting the previous > major release two years after the the new major release has been > published. So we can stop testing FreeBSD 12 now and should switch > our FreeBSD VM to version 13 instead.

Re: QEMU cirrus freebsd 13 CI failing with 'Undefined symbol "rl_set_timeout"'

2023-01-09 Thread Li-Wen Hsu
n't meet the requirement of bash and caused this issue. I can reproduce this and confirmed the workaround. I attached a patch and hope that it helps. Best, Li-Wen From def139241759d2bcba70ed5cc7dff522f4cb6753 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Tue, 10 Jan 2023 04:32:01 +080

Re: [PATCH] As FreeBSD ports MAINTAINER add myself for FreeBSD Hosted CI

2020-11-05 Thread Li-Wen Hsu
TAINERS > +++ b/MAINTAINERS > @@ -3137,6 +3137,7 @@ W: https://app.shippable.com/github/qemu/qemu > W: http://patchew.org/QEMU/ > > FreeBSD Hosted Continuous Integration > +M: Muhammad Moinur Rahman > M: Ed Maste > M: Li-Wen Hsu > S: Maintained > -- > 2.24.3 (Apple Git-128) Reviewed-by: Li-Wen Hsu

Re: [PATCH v1 18/18] cirrus.yml: serialise make check

2020-06-13 Thread Li-Wen Hsu
On Sat, Jun 13, 2020 at 3:08 AM Alex Bennée wrote: > > We do this on our other platforms to make it easier to see what has > broken. > > Signed-off-by: Alex Bennée Reviewed-by: Li-Wen Hsu > --- > .cirrus.yml | 6 +++--- > 1 file changed, 3 insertions(+), 3 delet

Re: [PATCH 1/1] util/oslib: Returns real thread identifier on FreeBSD and NetBSD

2020-06-03 Thread Li-Wen Hsu
Sorry that I am not familiar with this part so I asked others to help review (the FreeBSD related code). It's good and please append: Reviewed-by: Edward Tomasz Napierala Thanks! On Wed, Jun 3, 2020 at 2:14 PM David CARLIER wrote: > > Sorry it landed in the spam. > > It does make things more

Re: [PATCH v2 4/5] cirrus-ci: Remove flex/bison packages

2020-05-15 Thread Li-Wen Hsu
tls gsed > +bash curl cyrus-sasl git glib gmake gnutls gsed > nettle perl5 pixman pkgconf png usbredir > script: > - mkdir build > -- > 2.21.3 > Reviewed-by: Li-Wen Hsu

Re: [PATCH v1 3/4] .cirrus.yml: bump FreeBSD to the current stable release

2020-05-04 Thread Li-Wen Hsu
memory: 8G > install_script: pkg install -y > -- > 2.20.1 > Reviewed-by: Li-Wen Hsu Tested-by: Li-Wen Hsu I would be nice to also add this patch: https://github.com/lwhsu/qemu/commit/ac699f79b4d86d8195d76c3befada65ade449cc0.patch To prevent problems in the future. The error was due to t

Re: [PATCH v1 10/16] ci: build out-of-tree

2019-12-16 Thread Li-Wen Hsu
eed bash and gnu-sed. > > Signed-off-by: Thomas Huth Reviewed-by: Li-Wen Hsu

Re: [PATCH] Test netmap on FreeBSD

2019-10-08 Thread Li-Wen Hsu
On Tue, Oct 8, 2019 at 5:49 PM Stefano Garzarella wrote: > > Hi Thomas, > > On Tue, Oct 8, 2019 at 10:49 AM Thomas Huth wrote: > > > > FreeBSD offers a package for "netmap", thus let's install it in our > > FreeBSD tests to get some compile test coverage for net/netmap.c, too. > > > > Signed-off-

Re: [Qemu-devel] [PATCH v2 5/8] cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD

2019-04-30 Thread Li-Wen Hsu
On Mon, Apr 29, 2019 at 12:55 AM Thomas Huth wrote: > > We are going to enable the qemu-iotests during "make check" again, > and for running the iotests, we need bash and gnu-sed. > > Signed-off-by: Thomas Huth Reviewed-by: Li-Wen Hsu

Re: [Qemu-devel] [PATCH v2] cirrus.yml: Add macOS continuous integration task

2019-03-08 Thread Li-Wen Hsu
for this operating system here, too. > > > > Reviewed-by: Philippe Mathieu-Daudé > > Acked-by: Ed Maste > > Signed-off-by: Thomas Huth > > Queued to testing/next, thanks. Acked-by: Li-Wen Hsu

Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-07 Thread Li-Wen Hsu
On Fri, Mar 8, 2019 at 4:30 AM Thomas Huth wrote: > > On 07/03/2019 21.26, Ed Maste wrote: > > On Mon, 4 Mar 2019 at 07:11, Philippe Mathieu-Daudé > > wrote: > >> > >> On 3/4/19 11:32 AM, Thomas Huth wrote: > >>> cirrus-ci.com also has the possibility to run CI tasks on macOS. > >>> Since most o