diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-08-08 19:41:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-08 19:41:21 +0200 |
commit | 598422337c121fb1dad389c11dbfd0edf44ab06b (patch) | |
tree | cdabc21f9b0e0a6b016d4afd2ef057204bb1831e /ci | |
parent | Merge branch 'dh/encoding-trace-optim' (diff) | |
parent | t98xx: mark Perforce tests as memory-leak free (diff) | |
download | git-598422337c121fb1dad389c11dbfd0edf44ab06b.tar.xz git-598422337c121fb1dad389c11dbfd0edf44ab06b.zip |
Merge branch 'ps/p4-tests-updates'
Perforce tests have been updated.
* ps/p4-tests-updates:
t98xx: mark Perforce tests as memory-leak free
ci: update Perforce version to r23.2
t98xx: fix Perforce tests with p4d r23 and newer
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/install-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index fb34ced8f0..4781cd20bb 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -7,7 +7,7 @@ begin_group "Install dependencies" -P4WHENCE=https://cdist2.perforce.com/perforce/r21.2 +P4WHENCE=https://cdist2.perforce.com/perforce/r23.2 LFSWHENCE=https://github.com/github/git-lfs/releases/download/v$LINUX_GIT_LFS_VERSION JGITWHENCE=https://repo.eclipse.org/content/groups/releases//org/eclipse/jgit/org.eclipse.jgit.pgm/6.8.0.202311291450-r/org.eclipse.jgit.pgm-6.8.0.202311291450-r.sh |