]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1904: Cirrus-CI fails because we have used all credits v9.0.1904
authordundargoc <gocdundar@gmail.com>
Sun, 17 Sep 2023 14:53:18 +0000 (16:53 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 17 Sep 2023 14:53:18 +0000 (16:53 +0200)
Problem:  Cirrus-CI fails because we have used all credits
Solution: Remove FreeBSD 13.1 and MacOS M1

Cirrus CI has started introducing monthly limits. Vim has exceeded the
monthly limit which means our CI unfortunately starts to fail. So let's
remove some CI tasks, so that in the future we won't run out of credits
so fast.

closes: #13108

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: dundargoc <gocdundar@gmail.com>
.cirrus.yml
src/version.c

index 7ea83f53adce85adf0dd8f860b3770b95d470629..78e49d9805a8805ede5d86c71a4c1e0a038d3dd1 100644 (file)
@@ -8,9 +8,6 @@ freebsd_task:
     - name: FreeBSD 14.0
       freebsd_instance:
         image_family: freebsd-14-0
-    - name: FreeBSD 13.1 
-      freebsd_instance:
-        image_family: freebsd-13-1
   timeout_in: 20m
   install_script:
     - pkg install -y gettext
@@ -24,22 +21,3 @@ freebsd_task:
     - pw useradd cirrus -m
     - chown -R cirrus:cirrus .
     - sudo -u cirrus make test
-
-macos_task:
-  name: macOS m1
-  macos_instance:
-    image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
-  env:
-    # only run with clang, gcc is not real, it is a link to clang
-    CC: clang
-  timeout_in: 20m
-  install_script:
-    - brew update
-    - brew install gettext libtool diffutils
-  build_script:
-    - NPROC=$(getconf _NPROCESSORS_ONLN)
-    - ./configure --with-features=${FEATURES}
-    - make -j${NPROC}
-  test_script:
-    - src/vim --version
-    - make test
index 264fc7e7df1aa9836fb1522431360b0b231aaa95..76f462eda3d9f91f5e5ebbf050dbd79d4620929e 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1904,
 /**/
     1903,
 /**/