about summary refs log tree commit diff stats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Disable Tumbleweed CIMichael Vetter2021-02-171-1/+1
| | | | | | | | | | | | | | | | | ``` (248/297) Installing: system-group-hardware-20170617-19.2.noarch [..error] Installation of system-group-hardware-20170617-19.2.noarch failed: Error: Subprocess failed. Error: RPM failed: ERROR: neither groupadd nor busybox found! error: %prein(system-group-hardware-20170617-19.2.noarch) scriptlet failed, exit status 1 error: system-group-hardware-20170617-19.2.noarch: install failed Abort, retry, ignore? [a/r/i] (a): a Warning: %posttrans scripts skipped while aborting: pam-1.5.1-2.2.x86_64.rpm shadow-4.8.1-5.2.x86_64.rpm ``` Seems to be a bug in old docker/libseccomp from GH.
* Disable Arch CIMichael Vetter2021-02-171-1/+1
| | | | | Again something wrong this Arch. Not time to invest right now but we need a working CI for PRs.
* Switch from Travis CI to GitHub ActionsWilliam Wennerström2020-12-171-0/+36
Travis have been slow and the macOS runner is outdated (and a bunch of other recurring issues).