summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
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-29Update runtime filesBram Moolenaar
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-16patch 8.2.3827: huntr badge does not really fit in the listv8.2.3827Bram Moolenaar
Problem: Huntr badge does not really fit in the list. Solution: Move the link to Huntr to the issue template.
2021-12-16Update runtime filesBram Moolenaar
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-12Use text area for environment in the bug template.Bram Moolenaar
2021-12-12Update issue template.Bram Moolenaar
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.
2021-12-09patch 8.2.3770: new compiler warnings from clang-12 and clang-13v8.2.3770ichizok
Problem: New compiler warnings from clang-12 and clang-13. Solution: Adjust CI and suppress some warnings. (Ozaki Kiichi, closes #9314)
2021-11-21Update runtime filesBram Moolenaar
2021-11-16Update runtime filesBram Moolenaar
2021-11-07Update runtime filesBram Moolenaar
2021-10-23Update runtime filesBram Moolenaar
2021-10-16Update runtime filesBram Moolenaar
2021-10-12patch 8.2.3500: Github CI fails to install clangv8.2.3500Christian Brabandt
Problem: Github CI fails to install clang. Solution: Install llvm-11 explicitly. (Christian Brabandt, closes #8993)
2021-10-09patch 8.2.3488: issue template is not easy to usev8.2.3488snxx
Problem: Issue template is not easy to use. Solution: Use a yaml template. (closes #8928)
2021-10-05patch 8.2.3481: failures when char is unsignedv8.2.3481James McCoy
Problem: Failures when char is unsigned. Solution: Use int8_T. Make a CI run with unsigned char. (James McCoy, closes #8936)
2021-10-04Update runtime filesBram Moolenaar
2021-09-19patch 8.2.3450: coveralls action failsv8.2.3450Bram Moolenaar
Problem: Coveralls action fails. Solution: Disable it for now.
2021-09-09Update runtime filesBram Moolenaar
2021-08-29Update runtime filesBram Moolenaar
2021-08-09patch 8.2.3319: Coverity action on github does not workv8.2.3319James McCoy
Problem: Coverity action on github does not work. Solution: Remove undefined $SRCDIR. (James McCoy, closes #8739)
2021-08-07patch 8.2.3302: Coverity is not run from githubv8.2.3302Bram Moolenaar
Problem: Coverity is not run from github. Solution: Add a coverity script. (James McCoy, closes #8714)
2021-07-28Update runtime filesBram Moolenaar
2021-07-07Update runtime filesBram Moolenaar
2021-06-22patch 8.2.3034: installing packages on github CI sometimes failsv8.2.3034Christian Brabandt
Problem: Installing packages on github CI sometimes fails. Solution: Update package information first. (Christian Brabandt, closes #8432)
2021-06-20patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt
Problem: Available encryption methods are not strong enough. Solution: Add initial support for xchaha20. (Christian Brabandt, closes #8394)
2021-05-16Update runtime filesBram Moolenaar
2021-05-02Update runtime filesBram Moolenaar
2021-04-17Update runtime files.Bram Moolenaar
2021-04-07Update runtime filesBram Moolenaar
2021-03-31Update runtime files.Bram Moolenaar
2021-02-27Update runtime files.Bram Moolenaar
2021-02-13patch 8.2.2507: github build may fail if Ubuntu 20.04 is usedv8.2.2507Bram Moolenaar
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-12patch 8.2.2502: a few github actions are failingv8.2.2502Bram Moolenaar
Problem: A few github actions are failing. Solution: Install setuptools-rust. (closes #7823)
2021-01-25Update runtime files.Bram Moolenaar
2021-01-11Update runtime files.Bram Moolenaar
2021-01-02Update runtime files.Bram Moolenaar
2020-12-28patch 8.2.2237: CI on Mac fails in sed commandv8.2.2237Bram Moolenaar
Problem: CI on Mac fails in sed command. Solution: Set LC_ALL to "C". (Ozaki Kiichi, closes #7565)
2020-12-23Update runtime files.Bram Moolenaar
2020-12-22patch 8.2.2192: Codecov on github actions failsv8.2.2192Bram Moolenaar
Problem: Codecov on github actions fails. Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529)
2020-12-21patch 8.2.2175: github actions: clang-11 handling suboptimalv8.2.2175Bram Moolenaar
Problem: Github actions: clang-11 handling suboptimal. Solution: Separate step of installing clang-11. Get ubuntu release name dynamically. (Ozaki Kiichi, closes #7514)
2020-12-18patch 8.2.2158: CI on cirrus times out, coveralls doesn't always runv8.2.2158Bram Moolenaar
Problem: CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)
2020-12-18patch 8.2.2156: Github actions run on pusing a tagv8.2.2156Bram Moolenaar
Problem: Github actions run on pusing a tag. Solution: Don't run CI on tag push. Omit coveralls on pull-request. (Ozaki Kiichi, closes #7489)
2020-12-18patch 8.2.2155: warning from Github actions for code analysisv8.2.2155Bram Moolenaar
Problem: Warning from Github actions for code analysis. Solution: Remove the "git checkout HEAD^2" block.