aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync opensslconf.h, add crypto_arch.h for mipsTheo Buehler2025-04-121-1/+1
| | | | | | | This was easy enough to make compile. As long as it doesn't get in the way, I think we can keep this. Fixes #1110
* scripts/test: use lib64 for loongarch64Joshua Sing2025-04-131-1/+1
|
* ci: print test suite log on failureJoshua Sing2025-04-131-1/+1
|
* ci: only test loong64 on ubuntu-24.04Joshua Sing2025-04-131-5/+4
| | | | | Versions of Ubuntu prior to 24.04 do not have the g++{,-14}-loongarch64-linux-gnu package.
* ci: add universe apt repository for loong64 runsJoshua Sing2025-04-121-0/+4
|
* ci: test on loongarch64Joshua Sing2025-04-121-1/+1
|
* ci: remove use of ubuntu-20.04 runner imageJoshua Sing2025-02-121-4/+1
|
* What happens on ubuntu-24.04?Theo Buehler2025-01-091-1/+1
| | | | | | Actions have been issuing annoying warnings about ubuntu-24.04 becoming the default for ubuntu-latest for some definition of "soon". Let's see if we care.
* unset CC only for mingw and arm32Kenjiro Nakayama2024-12-181-0/+3
| | | | | | | Since `scripts/test` always unset "CC", the github action for "clang" in Linux does not use clang unintentionally. This patch unset CC only for mingw{32,64} and arm32.
* 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.