Open d-m-bailey opened 1 year ago
The file creating the error is actually xz compressed.
ciic-cvc:~/mpw-9/caravel_user_project/caravel/signoff/caravan/primetime-signoff/reports/nom$ file timing_reports.tar.gz
timing_reports.tar.gz: XZ compressed data
Looks like the other timing reports are the same.
ciic-cvc:~/mpw-9/caravel_user_project/caravel$ find . -name '*.gz' -exec file {} \; | grep -v gzip
./signoff/caravan/primetime-signoff/reports/nom/timing_reports.tar.gz: XZ compressed data
./signoff/caravan/primetime-signoff/reports/min/timing_reports.tar.gz: XZ compressed data
./signoff/caravan/primetime-signoff/reports/max/timing_reports.tar.gz: XZ compressed data
Same as #398
When caravel is cloned under
user_project_wrapper
,make set_user_id
fails during uncompress.Currently,
LARGE_FILES
is set toSuggest
*
matches.
and/
. The final-not -name ".$(ARCHIVE_EXT)"
ignores already compressed files.Note:
.tgz
files will continue to be selected.