Patch 8.2.2502

8 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 12, 2021, 1:50:03 PM2/12/21
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages