Skip to content

Commit

Permalink
CircleCI: add xx80 blobs call in prep step so that blobs downloaded a…
Browse files Browse the repository at this point in the history
…re cached and reused dfor all boards instead of reapplied, since prep step cache layer is passed through workspaces

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Feb 19, 2025
1 parent 63d40a8 commit 25a9586
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ jobs:
echo skipping for now
exit 0
./blobs/xx30/vbios_w530.sh
- run:
name: Download and extract xx80 ME, deguard, neuter
command: |
./blobs/xx80/download_clean_deguard_me.sh
- persist_to_workspace:
root: ~/heads
paths:
Expand Down

0 comments on commit 25a9586

Please sign in to comment.