[Scummvm-git-logs] scummvm master -> f59505c9bd00a17deeecd7efa9b65dd5617822d9

orgads orgads at gmail.com
Thu Jul 22 11:31:08 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f59505c9bd CI: Set display name and use hard links for buildcache on xcode


Commit: f59505c9bd00a17deeecd7efa9b65dd5617822d9
    https://github.com/scummvm/scummvm/commit/f59505c9bd00a17deeecd7efa9b65dd5617822d9
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-07-22T14:30:53+03:00

Commit Message:
CI: Set display name and use hard links for buildcache on xcode

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 489620252a..ed51d0957d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -111,6 +111,7 @@ jobs:
             packagesUrl: https://downloads.scummvm.org/frs/build/scummvm-ios7-libs-v2.zip
     env:
       BUILDCACHE_MAX_CACHE_SIZE: 2000000000
+      BUILDCACHE_HARD_LINKS: true
     steps:
       - name: Checkout
         uses: actions/checkout at v2
@@ -135,7 +136,8 @@ jobs:
         run: |
           ./devtools/create_project/xcode/build/Release/create_project . --xcode --enable-all-engines ${{ matrix.configflags }}
           ls
-      - uses: mikehardy/buildcache-action at v1
+      - name: Build cache
+        uses: mikehardy/buildcache-action at v1
         with:
           cache_key: ${{ matrix.platform }}
       - name: Build scummvm




More information about the Scummvm-git-logs mailing list