Skip to content

Commit de951f7

Browse files
committed
CircleCI : readd blobs cache in prep step to download once and pass through workspace cache
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 197914b commit de951f7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.circleci/config.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,26 @@ jobs:
9090
#If precedent cache not found. Restore cache for musl-cross-make module digest (rarely modified).
9191
#Otherwise, we build cleanly.
9292
- heads-musl-cross-{{ checksum "./tmpDir/musl-cross.sha256sums" }}{{ .Environment.CACHE_VERSION }}
93+
- run:
94+
name: Download and neuter xx20 ME (keep generated GBE and extracted IFD in tree)
95+
command: |
96+
./blobs/xx20/download_parse_me.sh
97+
98+
- run:
99+
name: Download and neuter xx30 ME (keep generated GBE and extracted IFD in tree)
100+
# me_cleaner.py present under heads xx30 blobs dir comes from https://github.com/corna/me_cleaner/blob/43612a630c79f3bc6f2653bfe90dfe0b7b137e08/me_cleaner.py
101+
command: |
102+
./blobs/xx30/download_clean_me_manually.sh -m $(readlink -f ./blobs/xx30/me_cleaner.py)
103+
104+
- run:
105+
name: Download and extract t530 vbios roms for dgpu boards
106+
command: |
107+
./blobs/xx30/vbios_t530.sh
108+
109+
- run:
110+
name: Download and extract w530 vbios roms for dgpu boards
111+
command: |
112+
./blobs/xx30/vbios_w530.sh
93113
94114
- persist_to_workspace:
95115
root: ~/

0 commit comments

Comments
 (0)