Open ExpHP opened 5 years ago
Evidently travis/prune-target.sh still doesn't delete enough stuff for caching to succeed.
travis/prune-target.sh
On my last attempt to investigate this, I added a du to that script to display what remains. However, the next run failed for a different reason (#91)
du
Here's a file list from a failed cache:
Looks like there's at least two copies of everything. This may be due to the recent stable compiler release.
Evidently
travis/prune-target.sh
still doesn't delete enough stuff for caching to succeed.On my last attempt to investigate this, I added a
du
to that script to display what remains. However, the next run failed for a different reason (#91)