Skip to content

Commit

Permalink
Remove shared-downloads from local S3 cache save
Browse files Browse the repository at this point in the history
We are using AWS S3 for the downloads mirror now,
so we can save time and storage by only using the local
cache for sstate.

Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Dec 17, 2024
1 parent c384507 commit acdcc62
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,11 +554,8 @@ jobs:
key: ${{ inputs.machine }}-sstate-${{ github.sha }}
restore-keys: |
${{ inputs.machine }}-sstate-
# FIXME: Include the shared-downloads directory with the sstate cache for now until
# we fully switch to AWS S3 for shared-downloads
path: |
${{ github.workspace }}/shared/${{ inputs.machine }}/sstate
${{ github.workspace }}/shared/shared-downloads
# All preperation complete before this step
# Start building balenaOS
Expand Down Expand Up @@ -624,11 +621,8 @@ jobs:
region: local
use-fallback: ${{ github.event.repository.private != true }}
key: ${{ inputs.machine }}-sstate-${{ github.sha }}
# FIXME: Include the shared-downloads directory with the sstate cache for now until
# we fully switch to AWS S3 for shared-downloads
path: |
${{ github.workspace }}/shared/${{ inputs.machine }}/sstate
${{ github.workspace }}/shared/shared-downloads
# https://github.com/unfor19/install-aws-cli-action
- name: Setup awscli
Expand Down

0 comments on commit acdcc62

Please sign in to comment.