commit:     25813f730f661590bae5cc67747cf15502a0e084
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 05:48:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 14:37:07 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=25813f73

CI: quieten apt, try suppress fsync

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fd901fee96..eedbe2f6e4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,8 +27,9 @@ jobs:
       - name: Install dependencies
         run: |
           set -xe
-          sudo apt-get update
-          sudo apt-get install -y --no-install-recommends libxslt-dev 
libxml2-dev libxml2-utils meson zstd
+          echo "force-unsafe-io" | sudo tee 
/etc/dpkg/dpkg.cfg.d/force-unsafe-io
+          sudo apt-get update -q
+          sudo apt-get install -qy --no-install-recommends libxslt-dev 
libxml2-dev libxml2-utils meson zstd
 
           # Patch Ubuntu's old Meson to fix pypy-3.9 detection.
           curl -s -f 
https://github.com/mesonbuild/meson/commit/2540ad6e9e08370ddd0b6753fdc9314945a672f0.patch
 | sudo patch -d /usr/lib/python3/dist-packages -p1 --no-backup-if-mismatch

Reply via email to