summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-16 17:49:03 (GMT)
committerBrad King <brad.king@kitware.com>2022-03-18 13:40:34 (GMT)
commit78d0613695c76609f5889660e1bc51cbbd4480d7 (patch)
tree6fec29a34d6820f69f4dd1552d7f05d863ead4b1 /.gitlab
parentc8a3c544443e81e01de6a41ba84abb3efcb509e0 (diff)
downloadCMake-78d0613695c76609f5889660e1bc51cbbd4480d7.zip
CMake-78d0613695c76609f5889660e1bc51cbbd4480d7.tar.gz
CMake-78d0613695c76609f5889660e1bc51cbbd4480d7.tar.bz2
ci: Drop p4 binary checksum because the download URL is not stable
In commit f9526f39a1 (ci: Add bzr and p4 to Debian and Fedora base images, 2022-02-21) we checked the SHA-256 hash of the Perforce binary. However, content at the download URL has changed in just the last few weeks, so we cannot consider it stable.
Diffstat (limited to '.gitlab')
-rwxr-xr-x.gitlab/ci/docker/debian10/install_deps.sh4
-rwxr-xr-x.gitlab/ci/docker/fedora35/install_deps.sh2
2 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab/ci/docker/debian10/install_deps.sh b/.gitlab/ci/docker/debian10/install_deps.sh
index 1c112dd..0e5dcad 100755
--- a/.gitlab/ci/docker/debian10/install_deps.sh
+++ b/.gitlab/ci/docker/debian10/install_deps.sh
@@ -98,9 +98,7 @@ rm ironpython_2.7.10.deb ironpython.sha256sum
# Perforce
curl -L -O https://www.perforce.com/downloads/perforce/r21.2/bin.linux26x86_64/helix-core-server.tgz
-echo '72620c55e9389705582506d6f3388005fb4f674888a00a12a51edc2ae37823b3 helix-core-server.tgz' > helix.sha256sum
-sha256sum --check helix.sha256sum
tar -C /usr/local/bin -xvzf helix-core-server.tgz -- p4 p4d
-rm helix-core-server.tgz helix.sha256sum
+rm helix-core-server.tgz
apt-get clean
diff --git a/.gitlab/ci/docker/fedora35/install_deps.sh b/.gitlab/ci/docker/fedora35/install_deps.sh
index 038000c..8d636cf 100755
--- a/.gitlab/ci/docker/fedora35/install_deps.sh
+++ b/.gitlab/ci/docker/fedora35/install_deps.sh
@@ -110,7 +110,5 @@ pip2.7 install numpy
# Perforce
curl -L -O https://www.perforce.com/downloads/perforce/r21.2/bin.linux26x86_64/helix-core-server.tgz
-echo '72620c55e9389705582506d6f3388005fb4f674888a00a12a51edc2ae37823b3 helix-core-server.tgz' > helix.sha256sum
-sha256sum --check helix.sha256sum
tar -C /usr/local/bin -xvzf helix-core-server.tgz -- p4 p4d
rm helix-core-server.tgz