summaryrefslogtreecommitdiffstats
path: root/.github/workflows
AgeCommit message (Collapse)Author
2023-05-09patch 9.0.1536: CI: sound dummy stopped workingv9.0.1536Bram Moolenaar
Problem: CI: sound dummy stopped working. Solution: Temporarily stop using sound dummy.
2023-04-26patch 9.0.1489: crypt with libsodium is not tested on CIv9.0.1489ichizok
Problem: Crypt with libsodium is not tested on CI. Solution: Configure testing with libsodium. (Ozaki Kiichi, closes #12297)
2023-04-21patch 9.0.1474: CI runs with old version of Ubuntu and toolsv9.0.1474Philip H
Problem: CI runs with old version of Ubuntu and tools. Solution: Update CI to more recent versions. (closes #11092)
2023-04-21patch 9.0.1473: CI does not run sound testsv9.0.1473ichizok
Problem: CI does not run sound tests. Solution: Re-enable sound tests. Use "apt-get" instead of "apt". (Ozaki Kiichi, closes #12280)
2023-03-05patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4v9.0.1384Philip H
Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008)
2023-02-06patch 9.0.1289: a newer version of clang can be used for CIv9.0.1289Philip H
Problem: A newer version of clang can be used for CI. Solution: Switch from clang-15 to clang-16. (closes #11577)
2023-01-28patch 9.0.1253: CI adds repository unnecessarilyv9.0.1253Philip H
Problem: CI adds repository unnecessarily. Solution: Remove the line from the workflow. (closes #11900)
2022-12-30patch 9.0.1114: CI does not use the latest Python versionv9.0.1114Philip H
Problem: CI does not use the latest Python version. Solution: Switch from Python 3.10 to 3.11. (closes #11761)
2022-12-17patch 9.0.1071: Codecov action version is too specificv9.0.1071dundargoc
Problem: Codecov action version is too specific. Solution: Only use "v3" to automatically use the latest stable version. (closes #11720)
2022-11-25patch 9.0.0946: CI: Error in Coverity flow is not reportedv9.0.0946K.Takata
Problem: CI: Error in Coverity flow is not reported. Solution: Use another way to avoid errors in a forked repository. (Ken Takata, closes #11609)
2022-11-24patch 9.0.0941: CI failures in sound dummyv9.0.0941Philip H
Problem: CI failures in sound dummy. Solution: Temporarily disable building sound dummy. (closes #11610)
2022-11-24patch 9.0.0937: forked repositories send out useless emailv9.0.0937shane.xb.qian
Problem: Forked repositories send out useless email. Solution: When Coverity fails to run just ignore it. (Shane-XB-Qian, closes #11604)
2022-11-09patch 9.0.0847: CI: not totally clear what MS-Windows version is usedv9.0.0847K.Takata
Problem: CI: not totally clear what MS-Windows version is used. Solution: Show the Windows version. (Ken Takata, closes #11524)
2022-10-16patch 9.0.0773: huge build on macos uses dynamic Perlv9.0.0773Philip H
Problem: Huge build on macos uses dynamic Perl. Solution: Use built-in Perl, uninstall the brew one. (closes #11382)
2022-10-15patch 9.0.0759: huge build on macos does not use Perlv9.0.0759Philip H
Problem: Huge build on macos does not use Perl. Solution: Re-enable the Perl interface using "dynamic". (closes #11375)
2022-10-15patch 9.0.0755: huge build on macos always fails on CIv9.0.0755Bram Moolenaar
Problem: Huge build on macos always fails on CI. Solution: Temporarily disable the perl interface.
2022-10-09patch 9.0.0704: CI runs "tiny" and "small" builds, which are the samev9.0.0704Naruhiko Nishino
Problem: CI runs "tiny" and "small" builds, which are the same. Solution: Remove the "small" build. (Naruhiko Nishino, closes #11315)
2022-09-26patch 9.0.0593: CI actions have too many permissionsv9.0.0593Alex
Problem: CI actions have too many permissions. Solution: Restrict permissions to what is required. (closes #11223)
2022-09-24patch 9.0.0570: CI for Windows is still using codecov action 3.1.0v9.0.0570Philip H
Problem: CI for Windows is still using codecov action 3.1.0. Solution: Use action 3.1.1. (closes #11212)
2022-09-21patch 9.0.0536: CI: codecov action update availablev9.0.0536Philip H
Problem: CI: codecov action update available. Solution: Update Codecov 3.1.0 to 3.3.1. (closes #11188)
2022-09-10patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436K.Takata
Problem: CI: running tests in parallel causes flakiness. Solution: Reorganize the MS-Windows runs. (Ken Takata, closes #11101)
2022-09-09patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata
Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
2022-09-07patch 9.0.0401: CI uses older clang versionv9.0.0401Philip H
Problem: CI uses older clang version. Solution: Switch from clang 14 to 15. (closes #11066)
2022-08-28patch 9.0.0305: CI lists useless deprecation warningsv9.0.0305Philip H
Problem: CI lists useless deprecation warnings. Solution: Ignore deprecation warnings. (closes #11003)
2022-08-28patch 9.0.0302: CI for Coverity is bothered by deprecation warningsv9.0.0302Philip H
Problem: CI for Coverity is bothered by deprecation warnings. Solution: Ignore deprecation warnings. (closes #11002)
2022-08-26patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04v9.0.0277Philip H
Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04. Solution: Remove update-alternatives for Lua. (closes #10987)
2022-08-25patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04v9.0.0267Philip H
Problem: Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04
2022-08-25patch 9.0.0264: CI still runs on Ubuntu 18.04v9.0.0264Philip H
Problem: CI still runs on Ubuntu 18.04. Solution: Run CI on Ubuntu 20.04. (closes #10582)
2022-06-17patch 8.2.5119: CI uses cache v2v8.2.5119Philip H
Problem: CI uses cache v2. Solution: Use cache v3. (closes #10588)
2022-06-14patch 8.2.5086: CI runs on Windows 2019v8.2.5086Philip H
Problem: CI runs on Windows 2019. Solution: Switch to Windows 2022.
2022-06-01patch 8.2.5052: CI checkout step title is a bit crypticv8.2.5052Philip H
Problem: CI checkout step title is a bit cryptic. Solution: Add a better title. (closes #10509)
2022-05-20patch 8.2.4986: some github actions are outdatedv8.2.4986Philip H
Problem: Some github actions are outdated. Solution: Update CodeQl to v2, update checkout to v3. (closes #10450)
2022-05-02patch 8.2.4856: MinGW compiler complains about unknown escape sequencev8.2.4856Christian Brabandt
Problem: MinGW compiler complains about unknown escape sequence. Solution: Avoid using a backslash in path. (Christian Brabandt, closes #10337)
2022-04-24patch 8.2.4816: still using older codecov app in some places of CIv8.2.4816Philip H
Problem: Still using older codecov app in some places of CI. Solution: Use v3.1.0. (closes #10209)
2022-04-16patch 8.2.4768: CI: codecov upload sometimes does not workv8.2.4768Philip H
Problem: CI: codecov upload sometimes does not work. Solution: Use action v3 instead of v2. (closes #10209)
2022-04-16patch 8.2.4764: CI uses an older gcc versionv8.2.4764Philip H
Problem: CI uses an older gcc version. Solution: Use GCC 11. (closes #10185)
2022-04-12patch 8.2.4743: clang 14 is available on CIv8.2.4743Philip H
Problem: Clang 14 is available on CI. Solution: Switch from clang 13 to 14. (closes #10157)
2022-02-21patch 8.2.4433: CI: cannot see interface versions for MS-Windowsv8.2.4433K.Takata
Problem: CI: cannot see interface versions for MS-Windows. Solution: List the interface versions. (Ken Takata, closes #9811)
2022-02-14patch 8.2.4377: CI steps for Windows are a bit unorganizedv8.2.4377ichizok
Problem: CI steps for Windows are a bit unorganized. Solution: Organize CI test steps on Windows. (Ozaki Kiichi, closes #9764)
2022-02-12patch 8.2.4353: CI does not use the latest Lua and Pythonv8.2.4353Philip H
Problem: CI does not use the latest Lua and Python. Solution: Use Lua 5.4.2 and Python 3.10. (closes #9744)
2022-02-12patch 8.2.4351: no coverage is measured on MS-Windows CIv8.2.4351ichizok
Problem: No coverage is measured on MS-Windows CI. Solution: Enable coverage on MS-Windows. (Ozaki Kiichi, closes #9750)
2022-02-11patch 8.2.4342: CI will soon switch to other windows versionv8.2.4342ichizok
Problem: CI will soon switch to other windows version. Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740)
2022-01-31patch 8.2.4268: CI log output is longv8.2.4268ichizok
Problem: CI log output is long. Solution: Group output in sections. (Ozaki Kiichi, closes #9670)
2022-01-26patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CIv8.2.4222K.Takata
Problem: MS-Windows: clumsy way to suppress progress on CI. Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631)
2022-01-15patch 8.2.4096: Linux CI: unnecessarily installing packagesv8.2.4096ichizok
Problem: Linux CI: unnecessarily installing packages Solution: Only install packages for huge build. (Ozaki Kiichi, closes #9530)
2022-01-14patch 8.2.4092: MacOS CI: unnecessarily doing "Install packages"v8.2.4092ichizok
Problem: MacOS CI: unnecessarily doing "Install packages". Solution: Only do "Install packages" for huge build. (Ozaki Kiichi, closes #9521)
2022-01-11patch 8.2.4061: codecov bash script is deprecatedv8.2.4061ichizok
Problem: Codecov bash script is deprecated. Solution: Use the codecov action. (Ozaki Kiichi, closes #9505)
2021-12-25patch 8.2.3891: github CI: workflows may overlapv8.2.3891Yegappan Lakshmanan
Problem: Github CI: workflows may overlap. Solution: Cancel previous workflows when starting a new one. (Yegappan Lakshmanan, closes #9400)
2021-12-15patch 8.2.3821: ASAN test run failsv8.2.3821Bram Moolenaar
Problem: ASAN test run fails. Solution: Use asan_symbolize-13 instead of asan_symbolize-11.
2021-12-11patch 8.2.3785: running CI on MacOS with gcc is not usefulv8.2.3785ichizok
Problem: Running CI on MacOS with gcc is not useful. Solution: Only use clang. (Ozaki Kiichi, closes #9326) Also build with normal features.