On 11/22/23 14:28, Ales Musil wrote:
> Switch the Cirrus CI to use the Ubuntu image,
> so it is unified with the GH actions. That is
> useful for various dependency pinnings.
> 
> Signed-off-by: Ales Musil <amu...@redhat.com>
> ---

Hi Ales,

I think I'd just remove this patch.  We don't use the container image in
the same way starting with patch 2/3.

Regards,
Dumitru

>  .cirrus.yml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/.cirrus.yml b/.cirrus.yml
> index 2d3824972..71e9afbb6 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -1,7 +1,7 @@
>  arm_unit_tests_task:
>  
>    arm_container:
> -    image: ghcr.io/ovn-org/ovn-tests:fedora
> +    image: ghcr.io/ovn-org/ovn-tests:ubuntu
>      memory: 4G
>      cpu: 2
>  
> @@ -10,6 +10,7 @@ arm_unit_tests_task:
>      CIRRUS_CLONE_SUBMODULES: true
>      PATH: ${HOME}/bin:${HOME}/.local/bin:${PATH}
>      RECHECK: yes
> +    LANG: C
>      matrix:
>        - CC: gcc
>          TESTSUITE: test

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to