aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-11-11 16:40:45 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-01-23 19:18:06 +0100
commit37b8b315e158312246798221c79f0dd5a640e898 (patch)
tree56b385c6d04415b19830f71a038c5b51359621b4 /.github/workflows
parent26bb4b409da1fe45c578ce985a429af663a8501a (diff)
downloadupstream-37b8b315e158312246798221c79f0dd5a640e898.tar.gz
upstream-37b8b315e158312246798221c79f0dd5a640e898.tar.bz2
upstream-37b8b315e158312246798221c79f0dd5a640e898.zip
build: skip download for host build with AUTOREMOVE if already compiled
Packages in general use 4 check to trigger a recompile: - timestamp for the build_dir - timestamp for the staging stamp dir - depends hash for the build_dir prepared file - presence of package archieve in dl If host tools are prebuilt and shipped in a container or manually installed from an archieve, it would be ideal to skip including the package archieve and just provide the build_dir prepared files and the staging stamp file (and the actualy prebuilt tools). Add some logic to skip dl download for host tools if AUTOREMOVE is selected and checks for the presence of staging dir stamp file and build dir stamp file. If one of these requirements are not met, the package is redownloaded and rebuilt. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions