aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2020-11-11 11:25:23 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2020-11-11 11:25:23 +0100
commit6f363ed32bd5170220b537df5896682fe8128540 (patch)
tree73f76a44275409ba9f2c29dede9ebf569d56f642
parent2eae64a90fd70f730775ea484a6435a48545e8c9 (diff)
downloaddockerfiles-6f363ed32bd5170220b537df5896682fe8128540.tar.gz
TF: cmake: use the github mirror
We see connection timeout on cmake.org: curl: (7) Failed to connect to cmake.org port 443: Connection timed out Try the github mirror instead. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Change-Id: I438041633c72d83e1f0705de453ac5ee691e7947
-rwxr-xr-xbionic-amd64-tf-a-build/tf-dependencies.install2
-rwxr-xr-xbionic-amd64-tf-m-build/tf-dependencies.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/bionic-amd64-tf-a-build/tf-dependencies.install b/bionic-amd64-tf-a-build/tf-dependencies.install
index a6b2c9b..959659b 100755
--- a/bionic-amd64-tf-a-build/tf-dependencies.install
+++ b/bionic-amd64-tf-a-build/tf-dependencies.install
@@ -13,7 +13,7 @@ curl --create-dirs -fsSLo ${PLANTUML_JAR_PATH} \
# Install CMake
curl --connect-timeout 5 --retry 5 --retry-delay 1 --create-dirs -fsSLo /tmp/cmake-Linux-x86_64.tar.gz \
- https://cmake.org/files/v3.15/cmake-3.15.0-Linux-x86_64.tar.gz
+ https://github.com/Kitware/CMake/releases/download/v3.15.0/cmake-3.15.0-Linux-x86_64.tar.gz
tar -xf /tmp/cmake-Linux-x86_64.tar.gz -C ${TOOLS_DIR} --strip-components=1
# Install Arm GCC toolchain (arm-none-eabi)
diff --git a/bionic-amd64-tf-m-build/tf-dependencies.install b/bionic-amd64-tf-m-build/tf-dependencies.install
index f089b98..95e1d13 100755
--- a/bionic-amd64-tf-m-build/tf-dependencies.install
+++ b/bionic-amd64-tf-m-build/tf-dependencies.install
@@ -13,7 +13,7 @@ curl --create-dirs -fsSLo ${PLANTUML_JAR_PATH} \
# Install CMake
curl --connect-timeout 5 --retry 5 --retry-delay 1 --create-dirs -fsSLo /tmp/cmake-Linux-x86_64.tar.gz \
- https://cmake.org/files/v3.15/cmake-3.15.0-Linux-x86_64.tar.gz
+ https://github.com/Kitware/CMake/releases/download/v3.15.0/cmake-3.15.0-Linux-x86_64.tar.gz
tar -xf /tmp/cmake-Linux-x86_64.tar.gz -C ${TOOLS_DIR} --strip-components=1
# Install Arm GCC toolchain (arm-none-eabi)