| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Problem: A few github actions are failing.
Solution: Install setuptools-rust. (closes #7823)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Problem: CI on Mac fails in sed command.
Solution: Set LC_ALL to "C". (Ozaki Kiichi, closes #7565)
|
| |
|
|
|
|
|
| |
Problem: Codecov on github actions fails.
Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529)
|
|
|
|
|
|
| |
Problem: Github actions: clang-11 handling suboptimal.
Solution: Separate step of installing clang-11. Get ubuntu release name
dynamically. (Ozaki Kiichi, closes #7514)
|
|
|
|
|
| |
Problem: CI on cirrus times out, coveralls doesn't always run.
Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Problem: Warning from Github actions for code analysis.
Solution: Remove the "git checkout HEAD^2" block.
|
|
|
|
|
| |
Problem: Github actions CI isn't used for all available platforms.
Solution: Update the github workflows. (Ozaki Kiichi, closes #7433)
|
| |
|
|
|
|
|
|
|
| |
Problem: MS-Windows: swap file test sometimes fails.
Solution: Use a more reliable way to change the process ID. When "timeout"
fails use "ping" to wait up to ten minutes. (Ken Takata,
closes #7365)
|
| |
|
|
|
|
|
|
| |
Problem: Github actions not optimally configured.
Solution: Run CI on any pushed branches. Set fail-fast. (Ozaki Kiichi,
closes #7184)
|
| |
|
|
|
|
|
|
| |
Problem: Warnings when executing Github actions.
Solution: Use another method to set environment variables. (Ken Takata,
closes #7107)
|
|
|
|
|
| |
Problem: commits are not scanned for security problems
Solution: Enable Github code scanning. (Christian Brabandt, closes #7057)
|
|
|
|
|
| |
Problem: Github actions appear to timeout too soon.
Solution: use "timeout" instead of "ping".
|
| |
|
| |
|
|
|
|
|
| |
Problem: Defyyyyyyyyyyyyyyyyyyyyyyyub is wrong.
Solution: Use Bram's account.
|
|
|
|
|
| |
Problem: Pull requests on github do not notify a maintainer.
Solution: Add a CODEOWNERS file with a few initial entries.
|
|
|
|
|
|
|
| |
Problem: Not all tests are executed on Github Actions.
Solution: Copy "src" to "src2" earlier. Recognize "src2" in a couple more
places. Add two tests to the list of flaky tests. (Ken Takata,
closes #6798)
|
|
|
|
|
|
| |
Problem: Github workflow timeout needs tuning
Solution: Use a 10 minute timeout. Fail when timing out. (Ken Takata,
closes #6590)
|
|
|
|
|
|
| |
Problem: Github workflow takes longer than needed.
Solution: Do two test runs in parallel instead of sequentially. (Ken Takata,
closes #6579)
|
|
|
|
|
| |
Problem: GitHub CI also runs on tag push.
Solution: Skip CI on push. (Ken Takata, closes #6571)
|
|
|
|
|
| |
Problem: Status badge for Github CI has wrong link.
Solution: Rename and use the right link
|
|
|
|
|
| |
Problem: MS-Windows tests on AppVeyor are slow.
Solution: Use GitHub Actions. (Ken Takata, closes #6569)
|
| |
|
|
|
|
|
| |
Problem: Not using the new github feature for donations.
Solution: Add a Sponsor button. (closes #4417)
|
|
|
|
|
| |
Problem: Issue templates are not good enough.
Solution: Rephrase to anticipate unexperienced users.
|
|
Problem: Issues added on github are unstructured.
Solution: Add a bug and feature request template. (Ken Takata, closes #4183)
|