Li-Wen Hsu <lw...@freebsd.org> writes:
> On Fri, May 1, 2020 at 7:15 PM Alex Bennée <alex.ben...@linaro.org> wrote: >> >> Hopefully this will un-stick the test which has been broken for a long >> time. >> >> Signed-off-by: Alex Bennée <alex.ben...@linaro.org> >> --- >> .cirrus.yml | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/.cirrus.yml b/.cirrus.yml >> index 90645fede6..f06f5af2b9 100644 >> --- a/.cirrus.yml >> +++ b/.cirrus.yml >> @@ -3,7 +3,7 @@ env: >> >> freebsd_12_task: >> freebsd_instance: >> - image: freebsd-12-0-release-amd64 >> + image_family: freebsd-12-1 >> cpu: 8 >> memory: 8G >> install_script: pkg install -y >> -- >> 2.20.1 >> > > Reviewed-by: Li-Wen Hsu <lw...@freebsd.org> > Tested-by: Li-Wen Hsu <lw...@freebsd.org> > > I would be nice to also add this patch: > https://github.com/lwhsu/qemu/commit/ac699f79b4d86d8195d76c3befada65ade449cc0.patch > To prevent problems in the future. Done. I took the liberty of apply your s-o-b tag as it wasn't on the github commit but it came from your repo. > > The error was due to the pkg version got "fixed" when building image, > and was too old when VM got provisioned, then it cannot be not > compatible with the package repository. Ref: > https://lists.freebsd.org/pipermail/freebsd-cloud/2020-April/000234.html > > Best, > Li-Wen -- Alex Bennée