On 8/16/23 10:52, Erik Skultety wrote: > failing CI job reference: https://gitlab.com/libvirt/libvirt/-/jobs/4880861477 > > Even though 13.1 has been marked as EOL and we are rightfully permitted to bump > the version, we can't/shouldn't fix this directly in lcitool just yet, because > libosinfo hasn't caught up on this fact yet and if we just bumped the cirrus > version in the lcitool target OS config without updating the libosinfo ID we'd > create a consistency problem. > However, thanks to Paolo Bonzini's work on lcitool we have an easy workaround > fix at hand where we can override many data-related things in lcitool. > > Erik Skultety (2): > ci: Introduce a new 'lcitool' data directory > ci: Udate FreeBSD-13 image with lcitool manifest > > ci/gitlab/builds.yml | 2 +- > ci/lcitool/targets/freebsd-13.yml | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) > create mode 100644 ci/lcitool/targets/freebsd-13.yml > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal