We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6208791 commit c7cf7fcCopy full SHA for c7cf7fc
build/build.sh
@@ -84,7 +84,7 @@ unbuf="stdbuf --output=0 --error=0"
84
85
# download and extract sdk tarball
86
mkdir -p "./tmp/dl/$branch"
87
- wget --progress=dot:giga -O "./tmp/dl/$branch/$sdkfile" "$dlurl/$target/$sdkfile"
+ wget -nv -O "./tmp/dl/$branch/$sdkfile" "$dlurl/$target/$sdkfile"
88
rm -rf "$sdkdir"
89
mkdir -p "$sdkdir"
90
tar -x -C "$sdkdir" --strip-components=1 -f "./tmp/dl/$branch/$sdkfile"
0 commit comments