Consolidate contingent paths in prune_binaries.py

Handles the differences between full tarball, lite tarball, and cloned sources.
Removes the skip_unused and sysroot flags from _extraction.py and downloads.py.
This commit is contained in:
Blaise
2025-02-18 10:15:02 -06:00
parent 1602c44d38
commit 0bde311580
9 changed files with 262 additions and 483 deletions

View File

@@ -46,7 +46,7 @@ validate_with_source_task:
fi
unpack_source_script: |
if [ ! -d chromium_src ]; then
./utils/downloads.py unpack --skip-unused -i downloads.ini -c chromium_download_cache chromium_src
./utils/downloads.py unpack -i downloads.ini -c chromium_download_cache chromium_src
fi
validate_patches_script:
- ./devutils/validate_patches.py -l chromium_src -v