Skip to content

Commit

Permalink
Try disabling cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Jan 23, 2025
1 parent b526d86 commit 3966675
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@ jobs:
ls -la .
ls -la src
- name: restore build cache
uses: actions/cache@v4
# Caching reduces the build time to ~50% (currently: ~30 mins instead of ~1 hour,
# while consuming ~850 MB storage space).
with:
path: |
~/.buildroot-ccache/
seedsigner-os/buildroot_dl
key: build-cache-${{ matrix.target }}-${{ env.builder_hash }}
restore-keys: |
build-cache-${{ matrix.target }}-
# - name: restore build cache
# uses: actions/cache@v4
# # Caching reduces the build time to ~50% (currently: ~30 mins instead of ~1 hour,
# # while consuming ~850 MB storage space).
# with:
# path: |
# ~/.buildroot-ccache/
# seedsigner-os/buildroot_dl
# key: build-cache-${{ matrix.target }}-${{ env.builder_hash }}
# restore-keys: |
# build-cache-${{ matrix.target }}-

- name: build
run: |
Expand Down

0 comments on commit 3966675

Please sign in to comment.