forked from Mirror/pmbootstrap
Cache which packages have been built (#972)
Fixes #968: Dependency calculation took a long time for `postmarketos-ui-plasma-mobile`
This commit is contained in:
parent
ddabc69b8d
commit
96eaf481d1
4 changed files with 35 additions and 1 deletions
|
@ -347,6 +347,7 @@ def arguments():
|
|||
"apk_min_version_checked": [],
|
||||
"apk_repository_list_updated": [],
|
||||
"aports_files_out_of_sync_with_git": None,
|
||||
"built": {},
|
||||
"find_aport": {}})
|
||||
|
||||
# Add and verify the deviceinfo (only after initialization)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue