summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorichizok <gclient.gaap@gmail.com>2023-04-13 17:23:45 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-13 17:23:45 +0100
commitd76670fc0d9bd9e09d8a3aa68ef58f796136d964 (patch)
tree2df4ecfbf68e54c653bcf0c6582e593f5aa46aea /.cirrus.yml
parent474891bc89e657100bd37c29129451a0e601879d (diff)
downloadvim-git-d76670fc0d9bd9e09d8a3aa68ef58f796136d964.tar.gz
patch 9.0.1448: diff test fails on MacOS 13v9.0.1448
Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes #12258)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 088c4d7e5..8e764ae5e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -36,7 +36,7 @@ macos_task:
timeout_in: 20m
install_script:
- brew update
- - brew install gettext libtool
+ - brew install gettext libtool diffutils
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)
- ./configure --with-features=${FEATURES}