From: Naruhiko Nishino Date: Sun, 9 Oct 2022 12:28:36 +0000 (+0100) Subject: patch 9.0.0704: CI runs "tiny" and "small" builds, which are the same X-Git-Tag: v9.0.0704 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7af5a044525b72ad607a8bf4fcfff9b9b7565df;p=vim patch 9.0.0704: CI runs "tiny" and "small" builds, which are the same Problem: CI runs "tiny" and "small" builds, which are the same. Solution: Remove the "small" build. (Naruhiko Nishino, closes #11315) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9889498e..d92f6df21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - features: [tiny, small, normal, huge] + features: [tiny, normal, huge] compiler: [clang, gcc] extra: [none] include: @@ -125,7 +125,7 @@ jobs: echo "TMPDIR=${{ runner.temp }}" case "${{ matrix.features }}" in - tiny|small) + tiny) echo "TEST=testtiny" if ${{ contains(matrix.extra, 'nogui') }}; then echo "CONFOPT=--disable-gui" diff --git a/src/version.c b/src/version.c index e08cf49fb..67bc7ffa8 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 704, /**/ 703, /**/