Skip to content

Commit 6f3d93f

Browse files
committed
Merge branch 'sg/ci-libsvn-perl'
To run tests for Git SVN, our scripts for CI used to install the git-svn package (in the hope that it would bring in the right dependencies). This has been updated to install the more direct dependency, namely, libsvn-perl. * sg/ci-libsvn-perl: ci: install 'libsvn-perl' instead of 'git-svn'
2 parents 717dad8 + db86430 commit 6f3d93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ case "$jobname" in
1212
linux-clang|linux-gcc)
1313
sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
1414
sudo apt-get -q update
15-
sudo apt-get -q -y install language-pack-is git-svn apache2
15+
sudo apt-get -q -y install language-pack-is libsvn-perl apache2
1616
case "$jobname" in
1717
linux-gcc)
1818
sudo apt-get -q -y install gcc-8

0 commit comments

Comments
 (0)