Skip to content

Commit c7cf7fc

Browse files
committed
WIP
1 parent 6208791 commit c7cf7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ unbuf="stdbuf --output=0 --error=0"
8484

8585
# download and extract sdk tarball
8686
mkdir -p "./tmp/dl/$branch"
87-
wget --progress=dot:giga -O "./tmp/dl/$branch/$sdkfile" "$dlurl/$target/$sdkfile"
87+
wget -nv -O "./tmp/dl/$branch/$sdkfile" "$dlurl/$target/$sdkfile"
8888
rm -rf "$sdkdir"
8989
mkdir -p "$sdkdir"
9090
tar -x -C "$sdkdir" --strip-components=1 -f "./tmp/dl/$branch/$sdkfile"

0 commit comments

Comments
 (0)