Problem: CI runs "tiny" and "small" builds, which are the same.
Solution: Remove the "small" build. (Naruhiko Nishino, closes #11315)
strategy:
fail-fast: false
matrix:
- features: [tiny, small, normal, huge]
+ features: [tiny, normal, huge]
compiler: [clang, gcc]
extra: [none]
include:
echo "TMPDIR=${{ runner.temp }}"
case "${{ matrix.features }}" in
- tiny|small)
+ tiny)
echo "TEST=testtiny"
if ${{ contains(matrix.extra, 'nogui') }}; then
echo "CONFOPT=--disable-gui"
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 704,
/**/
703,
/**/