From a4a7040b9875b5859a8ff2ffe2adc1b1f0dd650a Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 26 Feb 2026 07:54:15 +0100 Subject: [PATCH] wpt: configure hosts manually for self host runner --- .github/workflows/wpt.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index ac606158..94a31af6 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -82,8 +82,9 @@ jobs: repository: 'lightpanda-io/wpt' fetch-depth: 0 - - name: create custom hosts - run: ./wpt make-hosts-file | sudo tee -a /etc/hosts + # The hosts are configured manually on the self host runner. + # - name: create custom hosts + # run: ./wpt make-hosts-file | sudo tee -a /etc/hosts - name: generate manifest run: ./wpt manifest