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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/202108091121.179BLAnu2363315%40masaka.moolenaar.net.