summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-05-17 13:49:01 (GMT)
committerBrad King <brad.king@kitware.com>2022-05-24 13:09:44 (GMT)
commit13c5153ccdf8c61946066e0c1b6fe77493b81ce5 (patch)
treeab4918d005959384585a3d6b894e7038b1f1b067 /.gitlab/ci/docker
parent6c08dd972c75eda11b58c841d5de208576b43afa (diff)
downloadCMake-13c5153ccdf8c61946066e0c1b6fe77493b81ce5.zip
CMake-13c5153ccdf8c61946066e0c1b6fe77493b81ce5.tar.gz
CMake-13c5153ccdf8c61946066e0c1b6fe77493b81ce5.tar.bz2
ci: make rvm version comments consistent
Diffstat (limited to '.gitlab/ci/docker')
-rwxr-xr-x.gitlab/ci/docker/debian10/install_rvm.sh1
-rwxr-xr-x.gitlab/ci/docker/fedora35/install_rvm.sh4
2 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab/ci/docker/debian10/install_rvm.sh b/.gitlab/ci/docker/debian10/install_rvm.sh
index 75c5adc..0ebc746 100755
--- a/.gitlab/ci/docker/debian10/install_rvm.sh
+++ b/.gitlab/ci/docker/debian10/install_rvm.sh
@@ -14,6 +14,7 @@ gpg2 --keyserver hkps://keyserver.ubuntu.com \
curl -sSL https://get.rvm.io | bash -s stable
+# keep version in sync with `env_debian*_ninja.sh`
/usr/local/rvm/bin/rvm install ruby-2.7.0
tar -C /usr/local -cf /root/rvm.tar rvm
diff --git a/.gitlab/ci/docker/fedora35/install_rvm.sh b/.gitlab/ci/docker/fedora35/install_rvm.sh
index fca5104..9f595e3 100755
--- a/.gitlab/ci/docker/fedora35/install_rvm.sh
+++ b/.gitlab/ci/docker/fedora35/install_rvm.sh
@@ -13,9 +13,7 @@ dnf install --setopt=install_weak_deps=False -y \
curl -sSL https://get.rvm.io | bash -s stable
-# This is intentionally an older version.
-# If updating, the associated `env_fedora*_makefiles.cmake` file needs updated
-# as well.
+# keep version in sync with `env_fedora*_makefiles.cmake`
/usr/local/rvm/bin/rvm install ruby-2.7.0
tar -C /usr/local -cf /root/rvm.tar rvm