Log output cache contents

Makes it easier to debug cache preservation bugs.
pull/168/head
Jeremy Rand 2 years ago
parent 012cdfb6ee
commit d599577692
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

@ -50,6 +50,9 @@ cp -a ./out_cache1/* ./out/ || true
cp -a ./out_cache2/* ./out/ || true
cp -a ./out_cache3/* ./out/ || true
echo "Initial output cache contents:"
find ./out/
echo "Unpacking interrupted cache..."
./tools/cirrus_unpack_interrupted.sh || true
@ -116,6 +119,9 @@ fi
echo "Cleaning containers..."
rm -rfv out/container-image
echo "Final output cache contents:"
find ./out/
echo "Splitting caches..."
rsync -avu --delete ./out/encaya ./out/gocrosssign ./out/gosafetlsa ./out/q ./out_cache1/ || true
rsync -avu --delete ./out/macosx-toolchain ./out_cache2/ || true

Loading…
Cancel
Save