Patch 8.2.3319

4 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 9, 2021, 7:21:16 AM8/9/21
to vim...@googlegroups.com

Patch 8.2.3319
Problem: Coverity action on github does not work.
Solution: Remove undefined $SRCDIR. (James McCoy, closes #8739)
Files: .github/workflows/coverity.yml


*** ../vim-8.2.3318/.github/workflows/coverity.yml 2021-08-07 12:31:53.689892833 +0200
--- .github/workflows/coverity.yml 2021-08-09 13:18:07.010373391 +0200
***************
*** 59,66 ****
run: |
./configure --with-features=huge ${CONFOPT} --enable-fail-if-missing
# Append various warning flags to CFLAGS.
! sed -i -f ci/config.mk.sed ${SRCDIR}/auto/config.mk
! sed -i -f ci/config.mk.${CC}.sed ${SRCDIR}/auto/config.mk

- name: Build/scan vim
run: |
--- 59,66 ----
run: |
./configure --with-features=huge ${CONFOPT} --enable-fail-if-missing
# Append various warning flags to CFLAGS.
! sed -i -f ci/config.mk.sed src/auto/config.mk
! sed -i -f ci/config.mk.${CC}.sed src/auto/config.mk

- name: Build/scan vim
run: |
*** ../vim-8.2.3318/src/version.c 2021-08-08 19:56:25.101305106 +0200
--- src/version.c 2021-08-09 13:19:40.910129788 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3319,
/**/

--
f y cn rd ths thn y cn hv grt jb n cmptr prgrmmng

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