mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user