Patch 8.2.3785

7 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 11, 2021, 12:35:04 PM12/11/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages