File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ jobs:
5252 uses : actions/cache@v5
5353 timeout-minutes : 5
5454 with :
55- key : " build-${{ hashFiles('conf-2 .sh') }}"
55+ key : " build-${{ hashFiles('conf/full.inc .sh') }}"
5656 restore-keys : " build-"
5757 path : " cache/build"
5858 enableCrossOsArchive : true
5959 - name : " Use LFS cache"
6060 uses : actions/cache@v5
6161 timeout-minutes : 5
6262 with :
63- key : " lfs-${{ hashFiles('conf- lfs.sh') }}"
63+ key : " lfs-${{ hashFiles('conf/ lfs.inc .sh') }}"
6464 restore-keys : " lfs-"
6565 path : " cache/lfs"
6666 enableCrossOsArchive : true
@@ -267,14 +267,14 @@ jobs:
267267 with :
268268 lfs : false
269269 sparse-checkout : |
270- conf-2 .sh
271- conf- lfs.sh
270+ conf/full.inc .sh
271+ conf/ lfs.inc .sh
272272 sparse-checkout-cone-mode : false
273273 - name : " Ping build cache" # Cache expiration: 7 days
274274 uses : actions/cache/restore@v5
275275 timeout-minutes : 5
276276 with :
277- key : " build-${{ hashFiles('conf-2 .sh') }}"
277+ key : " build-${{ hashFiles('conf/full.inc .sh') }}"
278278 restore-keys : " build-"
279279 path : " cache/build"
280280 enableCrossOsArchive : true
@@ -283,7 +283,7 @@ jobs:
283283 uses : actions/cache/restore@v5
284284 timeout-minutes : 5
285285 with :
286- key : " lfs-${{ hashFiles('conf- lfs.sh') }}"
286+ key : " lfs-${{ hashFiles('conf/ lfs.inc .sh') }}"
287287 restore-keys : " lfs-"
288288 path : " cache/lfs"
289289 enableCrossOsArchive : true
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ jobs:
4747 uses : actions/cache/restore@v5
4848 timeout-minutes : 5
4949 with :
50- key : " build-${{ hashFiles('conf-2 .sh') }}"
50+ key : " build-${{ hashFiles('conf/full.inc .sh') }}"
5151 restore-keys : " build-"
5252 path : " cache/build"
5353 enableCrossOsArchive : true
5454 - name : " Use LFS cache"
5555 uses : actions/cache/restore@v5
5656 timeout-minutes : 5
5757 with :
58- key : " lfs-${{ hashFiles('conf- lfs.sh') }}"
58+ key : " lfs-${{ hashFiles('conf/ lfs.inc .sh') }}"
5959 restore-keys : " lfs-"
6060 path : " cache/lfs"
6161 enableCrossOsArchive : true
Original file line number Diff line number Diff line change 9999save_last_title
100100set_title ' Building the flashable OTA zip...'
101101
102- # shellcheck source=SCRIPTDIR/conf-1 .sh
103- . " ${MAIN_DIR:? } /conf-1 .sh"
104- # shellcheck source=SCRIPTDIR/conf-2 .sh
105- if test " ${OPENSOURCE_ONLY:? } " = ' false' ; then . " ${MAIN_DIR:? } /conf-2 .sh" ; fi
102+ # shellcheck source=SCRIPTDIR/conf/common.inc .sh
103+ . " ${MAIN_DIR:? } /conf/common.inc .sh"
104+ # shellcheck source=SCRIPTDIR/conf/full.inc .sh
105+ if test " ${OPENSOURCE_ONLY:? } " = ' false' ; then . " ${MAIN_DIR:? } /conf/full.inc .sh" ; fi
106106
107107_init_dir=" $( pwd) " || ui_error ' Failed to read the current dir' " ${LINENO-} " " ${FUNCNAME-} "
108108
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -968,7 +968,7 @@ download_cached_if_lfs_pointer()
968968 local _expected_sha256 _mirror_url
969969
970970 # shellcheck source=/dev/null
971- command 1> /dev/null -v ' get_mirror_by_sha256' || command . " ${MAIN_DIR:? } /conf- lfs.sh" || _ui_error_local " Failed to source 'conf- lfs.sh'" " ${LINENO-} " " ${FUNCNAME-} "
971+ command 1> /dev/null -v ' get_mirror_by_sha256' || command . " ${MAIN_DIR:? } /conf/ lfs.inc. sh" || _ui_error_local " Failed to source 'conf/ lfs.inc .sh'" " ${LINENO-} " " ${FUNCNAME-} "
972972 _mirror_url=" $( get_mirror_by_sha256 " ${3:? } " ) " || _ui_error_local " Failed to get the mirror" " ${LINENO-} " " ${FUNCNAME-} "
973973
974974 _expected_sha256=$( grep -m 1 -e ' ^oid sha256:' -- " ${2:? } /${1:? } " | cut -d ' :' -f 2 -s) || _ui_error_local " Failed to extract the SHA256 hash from the LFS pointer" " ${LINENO-} " " ${FUNCNAME-} "
You can’t perform that action at this time.
0 commit comments