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

Dumitru Ceara dceara at redhat.com
Fri Oct 8 11:57:48 UTC 2021


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>
---
 .github/workflows/build-and-test.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index e2350c6d9dc1..ce98a9f98f04 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -113,12 +113,6 @@ jobs:
     - name: checkout
       uses: actions/checkout at v2
 
-    - 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



More information about the dev mailing list