Philip H
b0b6b8b07e
patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4
...
Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version
4.
Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008 )
2023-03-05 20:56:34 +00:00
Philip H
43e234e8b4
patch 9.0.1289: a newer version of clang can be used for CI
...
Problem: A newer version of clang can be used for CI.
Solution: Switch from clang-15 to clang-16. (closes #11577 )
2023-02-06 20:22:48 +00:00
Philip H
192e24d974
patch 9.0.1253: CI adds repository unnecessarily
...
Problem: CI adds repository unnecessarily.
Solution: Remove the line from the workflow. (closes #11900 )
2023-01-28 10:43:50 +00:00
Philip H
ef91ae4557
patch 9.0.1114: CI does not use the latest Python version
...
Problem: CI does not use the latest Python version.
Solution: Switch from Python 3.10 to 3.11. (closes #11761 )
2022-12-30 17:41:17 +00:00
dundargoc
b5328b46a7
patch 9.0.1071: Codecov action version is too specific
...
Problem: Codecov action version is too specific.
Solution: Only use "v3" to automatically use the latest stable version.
(closes #11720 )
2022-12-17 15:47:45 +00:00
Philip H
1273dfb015
patch 9.0.0941: CI failures in sound dummy
...
Problem: CI failures in sound dummy.
Solution: Temporarily disable building sound dummy. (closes #11610 )
2022-11-24 15:15:08 +00:00
K.Takata
80613d64e6
patch 9.0.0847: CI: not totally clear what MS-Windows version is used
...
Problem: CI: not totally clear what MS-Windows version is used.
Solution: Show the Windows version. (Ken Takata, closes #11524 )
2022-11-09 16:12:47 +00:00
Philip H
d094e580b0
patch 9.0.0773: huge build on macos uses dynamic Perl
...
Problem: Huge build on macos uses dynamic Perl.
Solution: Use built-in Perl, uninstall the brew one. (closes #11382 )
2022-10-16 14:53:34 +01:00
Philip H
fa7bb1d937
patch 9.0.0759: huge build on macos does not use Perl
...
Problem: Huge build on macos does not use Perl.
Solution: Re-enable the Perl interface using "dynamic". (closes #11375 )
2022-10-15 14:17:37 +01:00
Bram Moolenaar
d988ef3a55
patch 9.0.0755: huge build on macos always fails on CI
...
Problem: Huge build on macos always fails on CI.
Solution: Temporarily disable the perl interface.
2022-10-15 10:54:27 +01:00
Naruhiko Nishino
b7af5a0445
patch 9.0.0704: CI runs "tiny" and "small" builds, which are the same
...
Problem: CI runs "tiny" and "small" builds, which are the same.
Solution: Remove the "small" build. (Naruhiko Nishino, closes #11315 )
2022-10-09 13:28:36 +01:00
Alex
311df6bb0f
patch 9.0.0593: CI actions have too many permissions
...
Problem: CI actions have too many permissions.
Solution: Restrict permissions to what is required. (closes #11223 )
2022-09-26 15:52:46 +01:00
Philip H
d3eafdd709
patch 9.0.0570: CI for Windows is still using codecov action 3.1.0
...
Problem: CI for Windows is still using codecov action 3.1.0.
Solution: Use action 3.1.1. (closes #11212 )
2022-09-24 13:00:53 +01:00
Philip H
6a434e93a9
patch 9.0.0536: CI: codecov action update available
...
Problem: CI: codecov action update available.
Solution: Update Codecov 3.1.0 to 3.3.1. (closes #11188 )
2022-09-21 19:41:54 +01:00
K.Takata
2da11a4124
patch 9.0.0436: CI: running tests in parallel causes flakiness
...
Problem: CI: running tests in parallel causes flakiness.
Solution: Reorganize the MS-Windows runs. (Ken Takata, closes #11101 )
2022-09-10 13:03:12 +01:00
K.Takata
5bc13453b2
patch 9.0.0421: MS-Windows makefiles are inconsistently named
...
Problem: MS-Windows makefiles are inconsistently named.
Solution: Use consistent names. (Ken Takata, closes #11088 )
2022-09-09 10:52:47 +01:00
Philip H
bd01f476ea
patch 9.0.0401: CI uses older clang version
...
Problem: CI uses older clang version.
Solution: Switch from clang 14 to 15. (closes #11066 )
2022-09-07 13:30:19 +01:00
Philip H
533c306921
patch 9.0.0305: CI lists useless deprecation warnings
...
Problem: CI lists useless deprecation warnings.
Solution: Ignore deprecation warnings. (closes #11003 )
2022-08-28 19:41:36 +01:00
Philip H
b213703f35
patch 9.0.0264: CI still runs on Ubuntu 18.04
...
Problem: CI still runs on Ubuntu 18.04.
Solution: Run CI on Ubuntu 20.04. (closes #10582 )
2022-08-25 15:21:24 +01:00
Philip H
2ff7e7e16d
patch 8.2.5119: CI uses cache v2
...
Problem: CI uses cache v2.
Solution: Use cache v3. (closes #10588 )
2022-06-17 21:27:38 +01:00
Philip H
361f9d2da4
patch 8.2.5086: CI runs on Windows 2019
...
Problem: CI runs on Windows 2019.
Solution: Switch to Windows 2022.
2022-06-14 11:35:21 +01:00
Philip H
bfaa24f953
patch 8.2.5052: CI checkout step title is a bit cryptic
...
Problem: CI checkout step title is a bit cryptic.
Solution: Add a better title. (closes #10509 )
2022-06-01 21:26:34 +01:00
Philip H
8a83ffdc43
patch 8.2.4986: some github actions are outdated
...
Problem: Some github actions are outdated.
Solution: Update CodeQl to v2, update checkout to v3. (closes #10450 )
2022-05-20 17:19:06 +01:00
Christian Brabandt
2890c0b9d2
patch 8.2.4856: MinGW compiler complains about unknown escape sequence
...
Problem: MinGW compiler complains about unknown escape sequence.
Solution: Avoid using a backslash in path. (Christian Brabandt,
closes #10337 )
2022-05-02 10:34:15 +01:00
Philip H
490ac3fe98
patch 8.2.4816: still using older codecov app in some places of CI
...
Problem: Still using older codecov app in some places of CI.
Solution: Use v3.1.0. (closes #10209 )
2022-04-24 12:44:32 +01:00
Philip H
34ffa10280
patch 8.2.4768: CI: codecov upload sometimes does not work
...
Problem: CI: codecov upload sometimes does not work.
Solution: Use action v3 instead of v2. (closes #10209 )
2022-04-16 21:46:38 +01:00
Philip H
d2edee5cf3
patch 8.2.4764: CI uses an older gcc version
...
Problem: CI uses an older gcc version.
Solution: Use GCC 11. (closes #10185 )
2022-04-16 20:04:30 +01:00
Philip H
9bbe5c6b8c
patch 8.2.4743: clang 14 is available on CI
...
Problem: Clang 14 is available on CI.
Solution: Switch from clang 13 to 14. (closes #10157 )
2022-04-12 15:40:12 +01:00
K.Takata
83e36c8606
patch 8.2.4433: CI: cannot see interface versions for MS-Windows
...
Problem: CI: cannot see interface versions for MS-Windows.
Solution: List the interface versions. (Ken Takata, closes #9811 )
2022-02-21 17:49:28 +00:00
ichizok
0cd3e94e2c
patch 8.2.4377: CI steps for Windows are a bit unorganized
...
Problem: CI steps for Windows are a bit unorganized.
Solution: Organize CI test steps on Windows. (Ozaki Kiichi, closes #9764 )
2022-02-14 11:36:57 +00:00
Philip H
18f7593e57
patch 8.2.4353: CI does not use the latest Lua and Python
...
Problem: CI does not use the latest Lua and Python.
Solution: Use Lua 5.4.2 and Python 3.10. (closes #9744 )
2022-02-12 10:53:07 +00:00
ichizok
41ee5b1913
patch 8.2.4351: no coverage is measured on MS-Windows CI
...
Problem: No coverage is measured on MS-Windows CI.
Solution: Enable coverage on MS-Windows. (Ozaki Kiichi, closes #9750 )
2022-02-12 10:13:13 +00:00
ichizok
bece72785d
patch 8.2.4342: CI will soon switch to other windows version
...
Problem: CI will soon switch to other windows version.
Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi,
closes #9740 )
2022-02-11 11:09:40 +00:00
ichizok
44d1f89c24
patch 8.2.4268: CI log output is long
...
Problem: CI log output is long.
Solution: Group output in sections. (Ozaki Kiichi, closes #9670 )
2022-01-31 11:38:53 +00:00
K.Takata
47d1666d60
patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CI
...
Problem: MS-Windows: clumsy way to suppress progress on CI.
Solution: Check for "$CI" in the Makefile itself. (Ken Takata, closes #9631 )
2022-01-26 16:20:21 +00:00
ichizok
1050476ead
patch 8.2.4096: Linux CI: unnecessarily installing packages
...
Problem: Linux CI: unnecessarily installing packages
Solution: Only install packages for huge build. (Ozaki Kiichi,
closes #9530 )
2022-01-15 13:37:14 +00:00
ichizok
ece07639f4
patch 8.2.4092: MacOS CI: unnecessarily doing "Install packages"
...
Problem: MacOS CI: unnecessarily doing "Install packages".
Solution: Only do "Install packages" for huge build. (Ozaki Kiichi,
closes #9521 )
2022-01-14 21:28:59 +00:00
ichizok
0d47ad4027
patch 8.2.4061: codecov bash script is deprecated
...
Problem: Codecov bash script is deprecated.
Solution: Use the codecov action. (Ozaki Kiichi, closes #9505 )
2022-01-11 13:05:26 +00:00
Yegappan Lakshmanan
7f4a628efe
patch 8.2.3891: github CI: workflows may overlap
...
Problem: Github CI: workflows may overlap.
Solution: Cancel previous workflows when starting a new one. (Yegappan
Lakshmanan, closes #9400 )
2021-12-25 11:20:30 +00:00
Bram Moolenaar
19569ca6d8
patch 8.2.3821: ASAN test run fails
...
Problem: ASAN test run fails.
Solution: Use asan_symbolize-13 instead of asan_symbolize-11.
2021-12-15 21:29:19 +00:00
ichizok
48c0196378
patch 8.2.3785: running CI on MacOS with gcc is not useful
...
Problem: Running CI on MacOS with gcc is not useful.
Solution: Only use clang. (Ozaki Kiichi, closes #9326 ) Also build with
normal features.
2021-12-11 17:34:19 +00:00
ichizok
dee78e1ce8
patch 8.2.3770: new compiler warnings from clang-12 and clang-13
...
Problem: New compiler warnings from clang-12 and clang-13.
Solution: Adjust CI and suppress some warnings. (Ozaki Kiichi, closes #9314 )
2021-12-09 21:08:01 +00:00
Christian Brabandt
3a724290c5
patch 8.2.3500: Github CI fails to install clang
...
Problem: Github CI fails to install clang.
Solution: Install llvm-11 explicitly. (Christian Brabandt, closes #8993 )
2021-10-12 12:02:49 +01:00
James McCoy
2e258bd79f
patch 8.2.3481: failures when char is unsigned
...
Problem: Failures when char is unsigned.
Solution: Use int8_T. Make a CI run with unsigned char. (James McCoy,
closes #8936 )
2021-10-05 19:44:04 +01:00
Bram Moolenaar
18fefddcb0
patch 8.2.3450: coveralls action fails
...
Problem: Coveralls action fails.
Solution: Disable it for now.
2021-09-19 17:55:16 +02:00
Bram Moolenaar
53f7fccc94
Update runtime files
2021-07-28 20:10:16 +02:00
Christian Brabandt
ef7be8348f
patch 8.2.3034: installing packages on github CI sometimes fails
...
Problem: Installing packages on github CI sometimes fails.
Solution: Update package information first. (Christian Brabandt,
closes #8432 )
2021-06-22 18:21:19 +02:00
Christian Brabandt
f573c6e1ed
patch 8.2.3022: available encryption methods are not strong enough
...
Problem: Available encryption methods are not strong enough.
Solution: Add initial support for xchaha20. (Christian Brabandt,
closes #8394 )
2021-06-20 14:02:16 +02:00
Bram Moolenaar
0fa09676c2
patch 8.2.2507: github build may fail if Ubuntu 20.04 is used
...
Problem: Github build may fail if Ubuntu 20.04 is used. Installing rust is
not needed.
Solution: Specify ubuntu-18.04 instead of latest. Update "pip" instead of
installing rust. (Ozaki Kiichi, closes #7820 )
2021-02-13 17:08:33 +01:00
Bram Moolenaar
ca753ec862
patch 8.2.2502: a few github actions are failing
...
Problem: A few github actions are failing.
Solution: Install setuptools-rust. (closes #7823 )
2021-02-12 19:48:51 +01:00