| author | |
| committer | |
| log | 3ec58b8e0bbe98c2113cc1816365e69a53556ecb |
| tree | 0dd017b5f6881ebea1d36c3fd693d2a4f7ac5cc3 |
| parent | 973e0abe79abf33cb5e9f4550fe323cb93eb6ee1 |
Over 5000 lines of wget download process updates are stored to the logs: `2018-11-05T15:12:23.7724039Z 296000K .......... .......... .......... .......... .......... 99% 83.9M 0s`2 files changed, 2 insertions(+), 2 deletions(-)
ci/azure/macos_script+1-1| ... | @@ -22,7 +22,7 @@ mkdir $TMPDIR | ... | @@ -22,7 +22,7 @@ mkdir $TMPDIR |
| 22 | 22 | ||
| 23 | cd $HOME | 23 | cd $HOME |
| 24 | HAVE_CACHE="true" | 24 | HAVE_CACHE="true" |
| 25 | wget "https://ziglang.org/builds/$CACHE_BASENAME.tar.xz" || HAVE_CACHE="false" | 25 | wget -nv "https://ziglang.org/builds/$CACHE_BASENAME.tar.xz" || HAVE_CACHE="false" |
| 26 | if [ "${HAVE_CACHE}" = "true" ]; then | 26 | if [ "${HAVE_CACHE}" = "true" ]; then |
| 27 | tar xf "$CACHE_BASENAME.tar.xz" | 27 | tar xf "$CACHE_BASENAME.tar.xz" |
| 28 | else | 28 | else |
ci/azure/windows_install+1-1| ... | @@ -5,5 +5,5 @@ set -e | ... | @@ -5,5 +5,5 @@ set -e |
| 5 | 5 | ||
| 6 | pacman -S --needed --noconfirm wget zip python3-pip | 6 | pacman -S --needed --noconfirm wget zip python3-pip |
| 7 | pip install s3cmd | 7 | pip install s3cmd |
| 8 | wget "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz" | 8 | wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz" |
| 9 | tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz | 9 | tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz |