Skip to content

Commit 1396543

Browse files
committed
circleci: add m900 blob download step in x86_blobs
m900 ME blob download/deguard script was not wired into the x86_blobs CI job. Add it after the xx80 steps, following the same pattern as other board families. Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 22ca620 commit 1396543

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ jobs:
167167
command: |
168168
./blobs/xx80/t480_download_clean_deguard_me_pad_tb.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py) ./blobs/xx80/
169169
./blobs/xx80/t480s_download_clean_deguard_me_pad_tb.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py) ./blobs/xx80/
170+
- run:
171+
name: Download, neuter and deguard m900 ME (keep generated GBE and extracted IFD in tree)
172+
command: |
173+
./blobs/m900/m900_download_clean_deguard_me.sh -m $(readlink -f ./blobs/utils/me_cleaner/me_cleaner.py) ./blobs/m900/
170174
- run:
171175
name: Download and extract t530 vbios roms for dgpu boards
172176
command: |

0 commit comments

Comments
 (0)