commit | 48c0196378a1fa408ebae4f578a62095d8a80c6f | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Sat Dec 11 17:34:19 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 11 17:34:19 2021 +0000 |
tree | d0d695e7a090bba05ff63ea60755d8b1dbe50eca | |
parent | 7b1463bca36d16e70afd6779e4fbb30761048c91 [diff] [blame] |
patch 8.2.3785: running CI on MacOS with gcc is not useful Problem: Running CI on MacOS with gcc is not useful. Solution: Only use clang. (Ozaki Kiichi, closes #9326) Also build with normal features.
diff --git a/src/version.c b/src/version.c index ed491a8..3ac3177 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3785, +/**/ 3784, /**/ 3783,