[ovs-dev] [PATCH ovn] github: Remove workaround fixing up /etc/hosts.

Numan Siddique numans at ovn.org
Fri Oct 8 20:27:34 UTC 2021


On Fri, Oct 8, 2021 at 7:59 AM Dumitru Ceara <dceara at redhat.com> wrote:
>
> The issue that was worked around has been fixed in the meantime:
> https://github.com/actions/virtual-environments/issues/3353
>
> Signed-off-by: Dumitru Ceara <dceara at redhat.com>

Thanks.   Applied.

Numan

> ---
>  .github/workflows/test.yml | 6 ------
>  1 file changed, 6 deletions(-)
>
> diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
> index 071e54fa0..52e45c220 100644
> --- a/.github/workflows/test.yml
> +++ b/.github/workflows/test.yml
> @@ -90,12 +90,6 @@ jobs:
>        if:   matrix.m32 != ''
>        run:  sudo apt install -y ${{ env.m32_dependecies }}
>
> -    - name: fix up /etc/hosts
> -      # https://github.com/actions/virtual-environments/issues/3353
> -      run:  |
> -        cat /etc/hosts
> -        sudo sed -i "/don't remove this line/d" /etc/hosts || true
> -
>      - name: update PATH
>        run:  |
>          echo "$HOME/bin"        >> $GITHUB_PATH
> --
> 2.27.0
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list