mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user