To: vim_dev@googlegroups.com Subject: Patch 8.2.3450 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3450 Problem: Coveralls action fails. Solution: Disable it for now. Files: .github/workflows/ci.yml *** ../vim-8.2.3449/.github/workflows/ci.yml 2021-06-22 18:21:15.538967726 +0200 --- .github/workflows/ci.yml 2021-09-19 17:54:19.072219350 +0200 *************** *** 201,218 **** do_test() { sg audio "sg $(id -gn) '$*'"; } do_test make ${SHADOWOPT} ${TEST} ! - name: Coveralls ! if: matrix.coverage && success() && github.event_name != 'pull_request' ! env: ! COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} ! 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 - name: Codecov if: matrix.coverage && success() --- 201,218 ---- do_test() { sg audio "sg $(id -gn) '$*'"; } do_test make ${SHADOWOPT} ${TEST} ! # - name: Coveralls ! # if: matrix.coverage && success() && github.event_name != 'pull_request' ! # env: ! # COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} ! # 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 - name: Codecov if: matrix.coverage && success() *************** *** 228,245 **** false # in order to fail a job done ! coveralls: ! runs-on: ubuntu-18.04 ! ! needs: linux ! if: always() && github.event_name != 'pull_request' ! ! steps: ! - name: Parallel finished ! env: ! COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} ! run: | ! curl -k "https://coveralls.io/webhook?repo_token=${COVERALLS_REPO_TOKEN}" -d "payload[build_num]=${GITHUB_RUN_ID}&payload[status]=done" macos: runs-on: macos-latest --- 228,245 ---- false # in order to fail a job done ! # coveralls: ! # runs-on: ubuntu-18.04 ! # ! # needs: linux ! # if: always() && github.event_name != 'pull_request' ! # ! # steps: ! # - name: Parallel finished ! # env: ! # COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} ! # run: | ! # curl -k "https://coveralls.io/webhook?repo_token=${COVERALLS_REPO_TOKEN}" -d "payload[build_num]=${GITHUB_RUN_ID}&payload[status]=done" macos: runs-on: macos-latest *************** *** 366,372 **** features: NORMAL steps: ! - name: Initalize id: init shell: bash run: | --- 366,372 ---- features: NORMAL steps: ! - name: Initialize id: init shell: bash run: | *** ../vim-8.2.3449/src/version.c 2021-09-19 17:01:35.506496559 +0200 --- src/version.c 2021-09-19 17:53:09.932287292 +0200 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3450, /**/ -- Change is inevitable, except from a vending machine. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///