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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202102121849.11CInv0L936559%40masaka.moolenaar.net.