]> granicus.if.org Git - vim/commitdiff
patch 9.0.0704: CI runs "tiny" and "small" builds, which are the same v9.0.0704
authorNaruhiko Nishino <naru123456789@gmail.com>
Sun, 9 Oct 2022 12:28:36 +0000 (13:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Oct 2022 12:28:36 +0000 (13:28 +0100)
Problem:    CI runs "tiny" and "small" builds, which are the same.
Solution:   Remove the "small" build. (Naruhiko Nishino, closes #11315)

.github/workflows/ci.yml
src/version.c

index c9889498e18cc62e6e7c9fa106bbe3e7f3ad6360..d92f6df21d251bfcbfab6f0d099f5fb91490b1f0 100644 (file)
@@ -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"
index e08cf49fbad2fd03ccdc143bea2fac80996f5d0b..67bc7ffa84e60b3065e183a15f5e4570cc35f049 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    704,
 /**/
     703,
 /**/