Problem: Running CI on MacOS with gcc is not useful.
Solution: Only use clang. (Ozaki Kiichi, closes #9326) Also build with
normal features.
runs-on: macos-latest
env:
- CC: ${{ matrix.compiler }}
+ CC: clang
TEST: test
SRCDIR: ./src
LEAK_CFLAGS: -DEXITFREE
strategy:
fail-fast: false
matrix:
- features: [tiny, huge]
- compiler: [clang, gcc]
+ features: [tiny, normal, huge]
steps:
- uses: actions/checkout@v2
echo "TEST=testtiny"
echo "CONFOPT=--disable-gui"
;;
+ normal)
+ ;;
huge)
echo "CONFOPT=--enable-perlinterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp"
;;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3785,
/**/
3784,
/**/