Skip to content

Commit 160d7a7

Browse files
committed
Fix ci-requirements.sh
1 parent f24895a commit 160d7a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

npm/ci-requirements.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pushd ./codegens/swift &>/dev/null;
6666
sudo apt-get update
6767
sudo apt-get install clang-3.6 libicu-dev libpython2.7 -y
6868
sudo apt-get install libcurl4 libpython2.7-dev -y
69-
sudo wget https://download.swift.org/swift-5.7.3-release/ubuntu2004/swift-5.7.3-RELEASE/swift-5.7.3-RELEASE-ubuntu20.04.tar.gz
69+
sudo wget -q https://download.swift.org/swift-5.7.3-release/ubuntu2004/swift-5.7.3-RELEASE/swift-5.7.3-RELEASE-ubuntu20.04.tar.gz
7070
sudo tar xzf swift-5.7.3-RELEASE-ubuntu20.04.tar.gz
7171
sudo chmod 777 swift-5.7.3-RELEASE-ubuntu20.04/usr/lib/swift/CoreFoundation/module.map
7272
popd &>/dev/null;
@@ -82,7 +82,7 @@ sudo apt-get install httpie
8282

8383
echo "Installing dependencies required for tests in codegens/dart"
8484
pushd ./codegens/dart-http &>/dev/null;
85-
wget https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.2/linux_packages/dart_2.10.2-1_amd64.deb
85+
wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.2/linux_packages/dart_2.10.2-1_amd64.deb
8686
sudo dpkg -i dart_2.10.2-1_amd64.deb
8787
echo '''name: test
8888
dependencies:
@@ -100,7 +100,7 @@ echo "Installing dependencies required for tests in codegens/php-guzzle"
100100

101101
echo "Installing dependencies required for tests in codegens/r-rCurl and r-httr Installing R"
102102
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
103-
sudo add-apt-repository 'deb [arch=amd64,i386] https://cran.rstudio.com/bin/linux/ubuntu xenial-cran40/'
103+
sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
104104
sudo apt-get update
105105
sudo apt-get install r-base
106106

0 commit comments

Comments
 (0)