]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Disable homebrew auto cleanup on macOS CIs.
authorNathan Moinvaziri <nathan@solidstatenetworks.com>
Mon, 25 Jan 2021 22:17:58 +0000 (14:17 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 27 Jan 2021 13:50:55 +0000 (14:50 +0100)
https://www.scivision.dev/macos-ci-homebrew-disable-cleanup/

.github/workflows/cmake.yml
.github/workflows/pkgcheck.yml

index 8e668f9e30f8972239b2a89c20d52fdab6302568..4eaec6c4bfba807d0d2f3db735113406658a0d2f 100644 (file)
@@ -329,6 +329,8 @@ jobs:
       if: runner.os == 'macOS'
       run: |
         brew install ninja ${{ matrix.packages }}
+      env:
+        HOMEBREW_NO_INSTALL_CLEANUP: 1
 
     - name: Install codecov.io tools
       if: matrix.codecov
index 5825392a7e73f31db53de39da53a674c60370594..19b1fe113a8557484c5adeb46417b8797447c722 100644 (file)
@@ -66,6 +66,8 @@ jobs:
       if: runner.os == 'macOS'
       run: |
         brew install ninja diffoscope ${{ matrix.packages }}
+      env:
+        HOMEBREW_NO_INSTALL_CLEANUP: 1
 
     - name: Compare builds
       run: |