Patch 8.2.2507
Problem:    Github build may fail if Ubuntu 20.04 is used.  Installing rust is
            not needed.
Solution:   Specify ubuntu-18.04 instead of latest. Update "pip" instead of
            installing rust. (Ozaki Kiichi, closes #7820)
Files:      .github/workflows/ci.yml


*** ../vim-8.2.2506/.github/workflows/ci.yml    2021-02-12 19:48:47.888057588 
+0100
--- .github/workflows/ci.yml    2021-02-13 17:02:03.416872698 +0100
***************
*** 7,13 ****
  
  jobs:
    linux:
!     runs-on: ubuntu-latest
  
      env:
        CC: ${{ matrix.compiler }}
--- 7,13 ----
  
  jobs:
    linux:
!     runs-on: ubuntu-18.04
  
      env:
        CC: ${{ matrix.compiler }}
***************
*** 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
--- 207,214 ----
            COVERALLS_PARALLEL: true
            TRAVIS_JOB_ID: ${{ github.run_id }}
          run: |
!           sudo apt-get install -y python3-setuptools python3-wheel
!           sudo -H pip3 install pip -U
            # 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
***************
*** 228,234 ****
            done
  
    coveralls:
!     runs-on: ubuntu-latest
  
      needs: linux
      if: always() && github.event_name != 'pull_request'
--- 228,234 ----
            done
  
    coveralls:
!     runs-on: ubuntu-18.04
  
      needs: linux
      if: always() && github.event_name != 'pull_request'
*** ../vim-8.2.2506/src/version.c       2021-02-13 15:02:43.063505534 +0100
--- src/version.c       2021-02-13 17:05:18.096325675 +0100
***************
*** 752,753 ****
--- 752,755 ----
  {   /* Add new patch number below this line */
+ /**/
+     2507,
  /**/

-- 
ARTHUR:  Bloody peasant!
DENNIS:  Oh, what a give away.  Did you hear that, did you hear that, eh?
         That's what I'm on about -- did you see him repressing me, you saw it
         didn't you?
                                  The Quest for the Holy Grail (Monty Python)

 /// 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/202102131609.11DG94hY1158483%40masaka.moolenaar.net.

Raspunde prin e-mail lui