Skip to content

Commit 37a2e35

Browse files
szedergitster
authored andcommitted
ci/lib.sh: update a comment about installed P4 and Git-LFS versions
A comment in 'ci/lib.sh' claims that the "OS X build installs the latest available versions" of P4 and Git-LFS, but since f2f4715 ("ci: don't update Homebrew", 2019-07-03) that's no longer the case, as it will install the versions which were recorded in the image's Homebrew database when the image was created. Update this comment accordingly. Signed-off-by: SZEDER Gábor <[email protected]> Acked-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent af8ed04 commit 37a2e35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/lib.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,10 @@ linux-clang|linux-gcc)
163163
export GIT_TEST_HTTPD=YesPlease
164164

165165
# The Linux build installs the defined dependency versions below.
166-
# The OS X build installs the latest available versions. Keep that
167-
# in mind when you encounter a broken OS X build!
166+
# The OS X build installs much more recent versions, whichever
167+
# were recorded in the Homebrew database upon creating the OS X
168+
# image.
169+
# Keep that in mind when you encounter a broken OS X build!
168170
export LINUX_P4_VERSION="16.2"
169171
export LINUX_GIT_LFS_VERSION="1.5.2"
170172

0 commit comments

Comments
 (0)