mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.1448: diff test fails on MacOS 13
Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes #12258)
This commit is contained in:
@@ -36,7 +36,7 @@ macos_task:
|
|||||||
timeout_in: 20m
|
timeout_in: 20m
|
||||||
install_script:
|
install_script:
|
||||||
- brew update
|
- brew update
|
||||||
- brew install gettext libtool
|
- brew install gettext libtool diffutils
|
||||||
build_script:
|
build_script:
|
||||||
- NPROC=$(getconf _NPROCESSORS_ONLN)
|
- NPROC=$(getconf _NPROCESSORS_ONLN)
|
||||||
- ./configure --with-features=${FEATURES}
|
- ./configure --with-features=${FEATURES}
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1448,
|
||||||
/**/
|
/**/
|
||||||
1447,
|
1447,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user