This commit is contained in:
Alexander Kuzmenkov 2021-04-01 15:46:55 +03:00
parent 5145c6303d
commit 5f45199082

View File

@ -81,7 +81,7 @@ fi
if [ "${CCACHE_DEBUG:-}" == "1" ]
then
find . -name '*.ccache-*' -print0
find . -name '*.ccache-*' -print0 \
| tar -czf -I pixz /output/ccache-debug.tgz -null -T -
fi