Patch 8.2.3785
Problem: Running CI on MacOS with gcc is not useful.
Solution: Only use clang. (Ozaki Kiichi, closes #9326) Also build with
normal features.
Files: .github/workflows/ci.yml
*** ../vim-8.2.3784/.github/workflows/ci.yml 2021-12-09 21:07:07.600331923
+0000
--- .github/workflows/ci.yml 2021-12-11 17:33:28.864306596 +0000
***************
*** 255,261 ****
runs-on: macos-latest
env:
! CC: ${{ matrix.compiler }}
TEST: test
SRCDIR: ./src
LEAK_CFLAGS: -DEXITFREE
--- 255,261 ----
runs-on: macos-latest
env:
! CC: clang
TEST: test
SRCDIR: ./src
LEAK_CFLAGS: -DEXITFREE
***************
*** 264,271 ****
strategy:
fail-fast: false
matrix:
! features: [tiny, huge]
! compiler: [clang, gcc]
steps:
- uses: actions/checkout@v2
--- 264,270 ----
strategy:
fail-fast: false
matrix:
! features: [tiny, normal, huge]
steps:
- uses: actions/checkout@v2
***************
*** 286,291 ****
--- 285,292 ----
echo "TEST=testtiny"
echo "CONFOPT=--disable-gui"
;;
+ normal)
+ ;;
huge)
echo "CONFOPT=--enable-perlinterp --enable-python3interp
--enable-rubyinterp --enable-luainterp --enable-tclinterp"
;;
*** ../vim-8.2.3784/src/version.c 2021-12-11 17:24:00.228970299 +0000
--- src/version.c 2021-12-11 17:33:51.784284264 +0000
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 3785,
/**/
--
How To Keep A Healthy Level Of Insanity:
10. Ask people what sex they are. Laugh hysterically after they answer.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20211211173458.740861C1242%40moolenaar.net.