summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.1562: mixing package managers is not a good ideav9.0.1562Philip H2023-05-161-5/+4
| | | | | Problem: Mixing package managers is not a good idea. Solution: Install gcc 13 with apt-get. (closes #12405)
* Update runtime filesBram Moolenaar2023-05-141-0/+2
|
* patch 9.0.1553: CI: using slightly outdated gcc versionv9.0.1553Philip H2023-05-131-3/+4
| | | | | Problem: CI: using slightly outdated gcc version. Solution: Use "brew" to get a more recent gcc version. (closes #12391)
* patch 9.0.1552: CI: sound-dummy module is not installedv9.0.1552Philip H2023-05-131-2/+2
| | | | | Problem: CI: sound-dummy module is not installed. Solution: Invert using the result of the condition. (closes #12394)
* patch 9.0.1548: CI: check in sound-dummy module may throw an errorv9.0.1548Christian Brabandt2023-05-131-2/+2
| | | | | | Problem: CI: check in sound-dummy module may throw an error. Solution: Check whether apt-cache can show the package description. (Christian Brabandt, closes #12390)
* patch 9.0.1547: Coveralls workflow on CI is commented outv9.0.1547Philip H2023-05-121-26/+0
| | | | | Problem: Coveralls workflow on CI is commented out. Solution: Remove the Coveralls workflow. (closes #12389)
* patch 9.0.1541: CI: sound dummy is disabledv9.0.1541Philip H2023-05-111-12/+15
| | | | | Problem: CI: sound dummy is disabled. Solution: Make sound dummy work again. (closes #12380)
* patch 9.0.1536: CI: sound dummy stopped workingv9.0.1536Bram Moolenaar2023-05-091-11/+12
| | | | | Problem: CI: sound dummy stopped working. Solution: Temporarily stop using sound dummy.
* patch 9.0.1489: crypt with libsodium is not tested on CIv9.0.1489ichizok2023-04-261-6/+34
| | | | | Problem: Crypt with libsodium is not tested on CI. Solution: Configure testing with libsodium. (Ozaki Kiichi, closes #12297)
* Update runtime filesBram Moolenaar2023-04-221-0/+9
|
* patch 9.0.1474: CI runs with old version of Ubuntu and toolsv9.0.1474Philip H2023-04-212-20/+22
| | | | | Problem: CI runs with old version of Ubuntu and tools. Solution: Update CI to more recent versions. (closes #11092)
* patch 9.0.1473: CI does not run sound testsv9.0.1473ichizok2023-04-211-21/+14
| | | | | | Problem: CI does not run sound tests. Solution: Re-enable sound tests. Use "apt-get" instead of "apt". (Ozaki Kiichi, closes #12280)
* patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4v9.0.1384Philip H2023-03-051-2/+0
| | | | | | Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008)
* patch 9.0.1289: a newer version of clang can be used for CIv9.0.1289Philip H2023-02-061-7/+7
| | | | | Problem: A newer version of clang can be used for CI. Solution: Switch from clang-15 to clang-16. (closes #11577)
* patch 9.0.1253: CI adds repository unnecessarilyv9.0.1253Philip H2023-01-281-1/+0
| | | | | Problem: CI adds repository unnecessarily. Solution: Remove the line from the workflow. (closes #11900)
* Update runtime filesBram Moolenaar2023-01-091-0/+2
|
* Update runtime filesBram Moolenaar2022-12-311-0/+1
|
* patch 9.0.1114: CI does not use the latest Python versionv9.0.1114Philip H2022-12-301-2/+2
| | | | | Problem: CI does not use the latest Python version. Solution: Switch from Python 3.10 to 3.11. (closes #11761)
* patch 9.0.1071: Codecov action version is too specificv9.0.1071dundargoc2022-12-171-2/+2
| | | | | | Problem: Codecov action version is too specific. Solution: Only use "v3" to automatically use the latest stable version. (closes #11720)
* Update runtime filesBram Moolenaar2022-12-111-0/+4
|
* patch 9.0.0946: CI: Error in Coverity flow is not reportedv9.0.0946K.Takata2022-11-251-12/+13
| | | | | | Problem: CI: Error in Coverity flow is not reported. Solution: Use another way to avoid errors in a forked repository. (Ken Takata, closes #11609)
* patch 9.0.0941: CI failures in sound dummyv9.0.0941Philip H2022-11-241-15/+16
| | | | | Problem: CI failures in sound dummy. Solution: Temporarily disable building sound dummy. (closes #11610)
* patch 9.0.0937: forked repositories send out useless emailv9.0.0937shane.xb.qian2022-11-241-5/+9
| | | | | | Problem: Forked repositories send out useless email. Solution: When Coverity fails to run just ignore it. (Shane-XB-Qian, closes #11604)
* Update runtime filesBram Moolenaar2022-11-091-0/+1
|
* patch 9.0.0847: CI: not totally clear what MS-Windows version is usedv9.0.0847K.Takata2022-11-091-2/+5
| | | | | Problem: CI: not totally clear what MS-Windows version is used. Solution: Show the Windows version. (Ken Takata, closes #11524)
* Update runtime filesBram Moolenaar2022-10-281-0/+4
|
* patch 9.0.0773: huge build on macos uses dynamic Perlv9.0.0773Philip H2022-10-161-2/+2
| | | | | Problem: Huge build on macos uses dynamic Perl. Solution: Use built-in Perl, uninstall the brew one. (closes #11382)
* Update runtime filesBram Moolenaar2022-10-161-1/+6
|
* patch 9.0.0759: huge build on macos does not use Perlv9.0.0759Philip H2022-10-151-2/+2
| | | | | Problem: Huge build on macos does not use Perl. Solution: Re-enable the Perl interface using "dynamic". (closes #11375)
* patch 9.0.0755: huge build on macos always fails on CIv9.0.0755Bram Moolenaar2022-10-151-1/+2
| | | | | Problem: Huge build on macos always fails on CI. Solution: Temporarily disable the perl interface.
* patch 9.0.0704: CI runs "tiny" and "small" builds, which are the samev9.0.0704Naruhiko Nishino2022-10-091-2/+2
| | | | | Problem: CI runs "tiny" and "small" builds, which are the same. Solution: Remove the "small" build. (Naruhiko Nishino, closes #11315)
* Update runtime filesBram Moolenaar2022-09-271-1/+11
|
* patch 9.0.0593: CI actions have too many permissionsv9.0.0593Alex2022-09-263-0/+13
| | | | | Problem: CI actions have too many permissions. Solution: Restrict permissions to what is required. (closes #11223)
* patch 9.0.0573: outdated dependencies go unnoticedv9.0.0573Philip H2022-09-241-0/+6
| | | | | Problem: Outdated dependencies go unnoticed. Solution: Use github Dependabot. (closes #11213)
* patch 9.0.0570: CI for Windows is still using codecov action 3.1.0v9.0.0570Philip H2022-09-241-1/+1
| | | | | Problem: CI for Windows is still using codecov action 3.1.0. Solution: Use action 3.1.1. (closes #11212)
* patch 9.0.0536: CI: codecov action update availablev9.0.0536Philip H2022-09-211-1/+1
| | | | | Problem: CI: codecov action update available. Solution: Update Codecov 3.1.0 to 3.3.1. (closes #11188)
* Update runtime filesBram Moolenaar2022-09-181-0/+4
|
* Update runtime filesBram Moolenaar2022-09-101-1/+18
|
* patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436K.Takata2022-09-101-100/+90
| | | | | Problem: CI: running tests in parallel causes flakiness. Solution: Reorganize the MS-Windows runs. (Ken Takata, closes #11101)
* patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata2022-09-091-3/+3
| | | | | Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
* patch 9.0.0401: CI uses older clang versionv9.0.0401Philip H2022-09-071-7/+7
| | | | | Problem: CI uses older clang version. Solution: Switch from clang 14 to 15. (closes #11066)
* Update runtime filesBram Moolenaar2022-08-301-1/+7
|
* patch 9.0.0305: CI lists useless deprecation warningsv9.0.0305Philip H2022-08-281-1/+1
| | | | | Problem: CI lists useless deprecation warnings. Solution: Ignore deprecation warnings. (closes #11003)
* patch 9.0.0302: CI for Coverity is bothered by deprecation warningsv9.0.0302Philip H2022-08-281-0/+1
| | | | | Problem: CI for Coverity is bothered by deprecation warnings. Solution: Ignore deprecation warnings. (closes #11002)
* patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04v9.0.0277Philip H2022-08-261-6/+0
| | | | | Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04. Solution: Remove update-alternatives for Lua. (closes #10987)
* patch 9.0.0267: Coverity workflow still uses Ubuntu 18.04v9.0.0267Philip H2022-08-251-1/+1
| | | | | Problem: Coverity workflow still uses Ubuntu 18.04. Solution: Use Ubuntu 20.04
* patch 9.0.0264: CI still runs on Ubuntu 18.04v9.0.0264Philip H2022-08-251-7/+2
| | | | | Problem: CI still runs on Ubuntu 18.04. Solution: Run CI on Ubuntu 20.04. (closes #10582)
* Update runtime filesBram Moolenaar2022-08-081-0/+2
|
* Update runtime filesBram Moolenaar2022-08-011-0/+3
|
* Update runtime filesBram Moolenaar2022-07-251-0/+7
|