]> granicus.if.org Git - vim/commitdiff
patch 8.2.2502: a few github actions are failing v8.2.2502
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Feb 2021 18:48:51 +0000 (19:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Feb 2021 18:48:51 +0000 (19:48 +0100)
Problem:    A few github actions are failing.
Solution:   Install setuptools-rust. (closes #7823)

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

index adbbb1fee4b0f8e445a2a7ddf6ac7ec17862017a..77912f7b2e4ccd3881a870eeed776b442e6d8fb7 100644 (file)
@@ -207,7 +207,8 @@ jobs:
           COVERALLS_PARALLEL: true
           TRAVIS_JOB_ID: ${{ github.run_id }}
         run: |
-          sudo apt-get install -y python3-setuptools python3-wheel
+          sudo apt-get install -y python3-setuptools python3-wheel rustc
+          pip3 install --user setuptools-rust
           # needed for https support for coveralls building cffi only works with gcc, not with clang
           CC=gcc pip3 install --user cpp-coveralls pyopenssl ndg-httpsclient pyasn1
           ~/.local/bin/coveralls -b "${SRCDIR}" -x .xs -e "${SRCDIR}"/if_perl.c -e "${SRCDIR}"/xxd -e "${SRCDIR}"/libvterm --encodings utf-8
index 1037c184123ef07cdb1e2088c600bc11ca2628b9..ac9087a80908b2020e41174d83eee6a684262026 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2502,
 /**/
     2501,
 /**/