You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,12 @@ jobs:
88
88
89
89
- run:
90
90
name: Download and neuter xx30 ME (keep generated GBE and extracted IFD in tree)
91
-
# me_cleaner.py present under heads xx30 blobs dir comes from https://github.com/corna/me_cleaner/blob/43612a630c79f3bc6f2653bfe90dfe0b7b137e08/me_cleaner.py
91
+
# Below when we download me_cleaner it's not really that important to validate it's
92
+
# integrity. This is because ./blobs/xx30/download_clean_me.sh does a hash check on
0 commit comments