From 7648ddcdc16e8778c7a46b947ffe783dd098bb67 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 17 Nov 2021 21:05:54 -0800 Subject: [PATCH] More debugging. --- tar_from_installation.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tar_from_installation.sh b/tar_from_installation.sh index 0c7c9a0..12af316 100755 --- a/tar_from_installation.sh +++ b/tar_from_installation.sh @@ -36,9 +36,13 @@ if [ ! -d $INSTALL_DIR ] ; then fi rm -rf $PKGDIR +sleep 30 ls -R $INSTALL_DIR || : +sleep 30 ls -R $PKGDIR || : +sleep 30 cp -R $INSTALL_DIR $PKGDIR +sleep 30 cd build tar czf $OUTDIR/wasi-sdk-$VERSION\-$MACHINE.tar.gz wasi-sdk-$VERSION