patch 9.0.0596: CI on Mac M1 has the channel feature disabled

Problem:    CI on Mac M1 has the channel feature disabled.
Solution:   Include the channel feature.
This commit is contained in:
Philip H
2022-09-26 20:17:26 +01:00
committed by Bram Moolenaar
parent 1190139ed0
commit 7381c0ce3f
2 changed files with 3 additions and 1 deletions

View 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

View File

@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
596,
/**/
595,
/**/