]> granicus.if.org Git - vim/commitdiff
patch 9.0.0596: CI on Mac M1 has the channel feature disabled v9.0.0596
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Mon, 26 Sep 2022 19:17:26 +0000 (20:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Sep 2022 19:17:26 +0000 (20:17 +0100)
Problem:    CI on Mac M1 has the channel feature disabled.
Solution:   Include the channel feature.

.cirrus.yml
src/version.c

index 33863a30eec03492f318e4eda7b44d4dddf95fd9..a1f055b800e6dc3fb6abc471f4038f19752278dc 100644 (file)
@@ -37,7 +37,7 @@ macos_task:
     - brew install gettext libtool
   build_script:
     - NPROC=$(getconf _NPROCESSORS_ONLN)
-    - ./configure --with-features=${FEATURES} --disable-channel
+    - ./configure --with-features=${FEATURES}
     - make -j${NPROC} CC=clang
   test_script:
     - src/vim --version
index 35f37e9d90b8c71cd07ca50a291333e612439d27..3111b4f9225f5b2162021ac9a5db6acdd3caeb24 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    596,
 /**/
     595,
 /**/