To: vim_dev@googlegroups.com Subject: Patch 8.2.2502 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2502 Problem: A few github actions are failing. Solution: Install setuptools-rust. (closes #7823) Files: .github/workflows/ci.yml *** ../vim-8.2.2501/.github/workflows/ci.yml 2020-12-28 15:46:43.813922887 +0100 --- .github/workflows/ci.yml 2021-02-12 19:48:27.844183600 +0100 *************** *** 207,213 **** COVERALLS_PARALLEL: true TRAVIS_JOB_ID: ${{ github.run_id }} run: | ! sudo apt-get install -y python3-setuptools python3-wheel # 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 --- 207,214 ---- COVERALLS_PARALLEL: true TRAVIS_JOB_ID: ${{ github.run_id }} run: | ! 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 *** ../vim-8.2.2501/src/version.c 2021-02-11 21:19:30.526147922 +0100 --- src/version.c 2021-02-12 19:48:34.164143580 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2502, /**/ -- I'm sure that I asked CBuilder to do a "full" install. Looks like I got a "fool" install, instead. Charles E Campbell, Jr, PhD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///