File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ pushd /tmp/torchaudio-deps
1212
1313
1414# Curl Settings
15- # 3 minutes is the absolute max for the curl command
16- # Retry up to 10 times, wait to connect at most 5s per time
1715CURL_OPTS=" -L --retry 10 --connect-timeout 5 --max-time 180"
1816
19- curl $CURL_OPTS -o sox-14.4.2.tar.bz2 " http ://downloads.sourceforge.net/project/sox/sox/14.4.2/sox-14.4.2.tar.bz2"
20- curl $CURL_OPTS -o lame-3.99.5.tar.gz " http ://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz"
21- curl $CURL_OPTS -o flac-1.3.2.tar.xz " https://superb-dca2.dl .sourceforge.net/project/flac/flac-src/flac-1.3.2.tar.xz"
17+ curl $CURL_OPTS -o sox-14.4.2.tar.bz2 " https ://downloads.sourceforge.net/project/sox/sox/14.4.2/sox-14.4.2.tar.bz2"
18+ curl $CURL_OPTS -o lame-3.99.5.tar.gz " https ://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz"
19+ curl $CURL_OPTS -o flac-1.3.2.tar.xz " https://downloads .sourceforge.net/project/flac/flac-src/flac-1.3.2.tar.xz"
2220curl $CURL_OPTS -o libmad-0.15.1b.tar.gz " https://downloads.sourceforge.net/project/mad/libmad/0.15.1b/libmad-0.15.1b.tar.gz"
2321
2422# unpack the dependencies
You can’t perform that action at this time.
0 commit comments