summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/debian10-aarch64/install_deps.sh
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-02-21 22:06:38 (GMT)
committerBrad King <brad.king@kitware.com>2022-02-22 18:58:59 (GMT)
commitf9526f39a10da53563fe056480a1fdc505de5f97 (patch)
tree9aa6eb6e01e9986117951d27dcd091ed4ed3dc55 /.gitlab/ci/docker/debian10-aarch64/install_deps.sh
parent6f7580c7ad7de056088a617b212e221e45f5d528 (diff)
downloadCMake-f9526f39a10da53563fe056480a1fdc505de5f97.zip
CMake-f9526f39a10da53563fe056480a1fdc505de5f97.tar.gz
CMake-f9526f39a10da53563fe056480a1fdc505de5f97.tar.bz2
ci: Add bzr and p4 to Debian and Fedora base images
Perforce does not provide binaries for `aarch64`, so leave it out for that architecture. Fedora now packages `breezy` instead of the original `bzr`. Note that breezy does not have the xmloutput plugin needed for `bzr log --xml`. This is also why commit 1972a75536 (Tests: Drop CTestUpdate.BZR test check for xmloutput plugin, 2022-02-04) observed that there is no `bzr xmlplugins` command.
Diffstat (limited to '.gitlab/ci/docker/debian10-aarch64/install_deps.sh')
-rwxr-xr-x.gitlab/ci/docker/debian10-aarch64/install_deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/docker/debian10-aarch64/install_deps.sh b/.gitlab/ci/docker/debian10-aarch64/install_deps.sh
index d5c5e22..21f0b16 100755
--- a/.gitlab/ci/docker/debian10-aarch64/install_deps.sh
+++ b/.gitlab/ci/docker/debian10-aarch64/install_deps.sh
@@ -25,6 +25,7 @@ apt-get install -y \
# Packages needed to test CTest.
apt-get install -y \
+ bzr bzr-xmloutput \
cvs \
subversion \
mercurial