aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ci: remove use of ubuntu-20.04 runner imageJoshua Sing2025-04-291-4/+1
|
* Disable mips32 in CI for nowTheo Buehler2024-08-111-1/+1
| | | | | | | | OpenBSD has long dropped support for this architecture. If someone wants to revive the port, they are more than welcome to file a PR that reenables them. discussed with jsing
* ci: add event number to concurrency groupJoshua Sing2024-05-291-1/+1
|
* CI: introduce Ubuntu 24.04Ilia Shipitsin2024-05-171-1/+1
|
* Revert "CI: setup kernel entropy to work with asan"Theo Buehler2024-03-231-9/+0
| | | | This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019.
* CI: setup kernel entropy to work with asanIlia Shipitsin2024-03-171-0/+9
|
* CI: limit scheduled runs to "libressl" org onlyIlya Shipitsin2024-02-211-0/+1
| | | | | this was commited in https://github.com/libressl/portable/pull/995 somehow it was lost, maybe due to force push
* CI: limit scheduled runs to "libressl" org onlyIlya Shipitsin2024-01-141-0/+1
|
* ci: add concurrency groups to workflowsJoshua Sing2023-12-201-0/+4
|
* ci: shrink and improve Linux workflowsJoshua Sing2023-11-091-0/+62
Add a new `linux` workflow that replaces cross_test, linux_ci, linux_ci_asan, and linux_ci_asan_noasm.