Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: remove use of ubuntu-20.04 runner image | Joshua Sing | 2025-02-12 | 1 | -4/+1 |
| | |||||
* | ci: change cmake workflow name to match others | Joshua Sing | 2025-01-11 | 1 | -3/+3 |
| | |||||
* | ci: improve cmake config workflow | Joshua Sing | 2025-01-11 | 2 | -89/+98 |
| | |||||
* | What happens on ubuntu-24.04? | Theo Buehler | 2025-01-09 | 11 | -13/+13 |
| | | | | | | 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 arm32 | Kenjiro Nakayama | 2024-12-18 | 1 | -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. | ||||
* | ci: add freebsd workflow | Joshua Sing | 2024-10-15 | 1 | -0/+71 |
| | |||||
* | CI: bump macos-12 to 15 | Theo Buehler | 2024-10-11 | 1 | -1/+1 |
| | | | | https://github.com/actions/runner-images/issues/10721 | ||||
* | Land #1084, Append version to dll on CMake | Brent Cook | 2024-10-01 | 1 | -1/+1 |
|\ | |||||
| * | properly specify define for shared libraries | Brent Cook | 2024-10-01 | 1 | -1/+1 |
| | | |||||
* | | ci: update actions | Joshua Sing | 2024-08-26 | 4 | -12/+8 |
|/ | |||||
* | Disable mips32 in CI for now | Theo Buehler | 2024-08-11 | 1 | -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 | ||||
* | Fix comment in emscripten.yml | Mostafa Saad | 2024-06-19 | 1 | -1/+1 |
| | | | Co-authored-by: Joshua Sing <joshua@joshuasing.dev> | ||||
* | use -gsource-map instead of -ggdb | MoustaphaSaad | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | fix emscripten.yml workflow | MoustaphaSaad | 2024-06-19 | 1 | -4/+7 |
| | | | | fix formatting in some commands. Add missing -fsanitize=address to the ASAN test | ||||
* | use emcmake instead of feeding toolchain file manually | MoustaphaSaad | 2024-06-19 | 1 | -2/+2 |
| | |||||
* | add initial Emscripten CI workflow | MoustaphaSaad | 2024-06-19 | 1 | -0/+68 |
| | |||||
* | ci: add event number to concurrency group | Joshua Sing | 2024-05-29 | 11 | -11/+11 |
| | |||||
* | CI: introduce Ubuntu 24.04 | Ilia Shipitsin | 2024-05-17 | 1 | -1/+1 |
| | |||||
* | Add libtool for cmake_config CI | Theo Buehler | 2024-04-30 | 1 | -1/+1 |
| | |||||
* | Land #1027 - run macos tests on arm64 | Theo Buehler | 2024-03-25 | 1 | -0/+1 |
|\ | |||||
| * | Revert "Split the jobs into two files, macOS and macOS-legacy." | Kenjiro Nakayama | 2024-03-25 | 2 | -38/+1 |
| | | | | | | | | This reverts commit 51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85. | ||||
| * | Split the jobs into two files, macOS and macOS-legacy. | Kenjiro Nakayama | 2024-03-22 | 2 | -1/+38 |
| | | |||||
| * | Run tests for macos-14 on arm64 | Kenjiro Nakayama | 2024-03-21 | 1 | -0/+1 |
| | | | | | | | | | | macos-12 and macos-13 fails `make test` on arm64 but macos-14 does not. Hence this patch enables it on github action. | ||||
* | | Revert "CI: setup kernel entropy to work with asan" | Theo Buehler | 2024-03-23 | 1 | -9/+0 |
|/ | | | | This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019. | ||||
* | Drop macos-11 from test | Kenjiro Nakayama | 2024-03-19 | 1 | -1/+1 |
| | |||||
* | Add libtool | Kenjiro Nakayama | 2024-03-18 | 1 | -1/+1 |
| | |||||
* | Add macos-14 test | Kenjiro Nakayama | 2024-03-18 | 1 | -1/+1 |
| | |||||
* | CI: setup kernel entropy to work with asan | Ilia Shipitsin | 2024-03-17 | 1 | -0/+9 |
| | |||||
* | Land #1000, test shared library builds for Windows | Brent Cook | 2024-02-28 | 1 | -3/+4 |
|\ | |||||
| * | format artifacts with shared conditionally | Brent Cook | 2024-02-27 | 1 | -1/+1 |
| | | |||||
| * | adjust formatting of results | Brent Cook | 2024-02-27 | 1 | -1/+1 |
| | | |||||
| * | test windows builds with shared libs enabled | Brent Cook | 2024-02-13 | 1 | -3/+4 |
| | | |||||
* | | CI: limit scheduled runs to "libressl" org only | Ilya Shipitsin | 2024-02-21 | 1 | -0/+1 |
| | | | | | | | | | | this was commited in https://github.com/libressl/portable/pull/995 somehow it was lost, maybe due to force push | ||||
* | | CI: redirect changelog error to stdout | Ilya Shipitsin | 2024-02-18 | 1 | -3/+3 |
| | | | | | | | | during CI stdout is redirected to "changelog.txt" and thus not seen | ||||
* | | CI: add "x" permission to release helper | Ilya Shipitsin | 2024-02-17 | 1 | -0/+0 |
|/ | |||||
* | CI: limit scheduled runs to "libressl" org only | Ilya Shipitsin | 2024-01-14 | 6 | -0/+6 |
| | |||||
* | ci: add concurrency groups to workflows | Joshua Sing | 2023-12-20 | 11 | -0/+44 |
| | |||||
* | ci: remove autoconf from msys2 in windows workflow | Joshua Sing | 2023-12-20 | 1 | -1/+0 |
| | |||||
* | ci: avoid unnecessary steps in windows workflow | Joshua Sing | 2023-12-19 | 1 | -4/+2 |
| | |||||
* | ci: tidy windows workflow job name | Joshua Sing | 2023-12-19 | 1 | -1/+1 |
| | |||||
* | ci: fix windows workflow syntax | Joshua Sing | 2023-12-19 | 1 | -1/+1 |
| | |||||
* | ci: clean up windows workflow | Joshua Sing | 2023-12-19 | 2 | -46/+66 |
| | |||||
* | Land #976 | Theo Buehler | 2023-12-18 | 3 | -66/+155 |
|\ | |||||
| * | ci: clean up release workflow | Joshua Sing | 2023-12-15 | 3 | -66/+155 |
| | | |||||
* | | Land #977 | Theo Buehler | 2023-12-15 | 1 | -40/+57 |
|\ \ | |||||
| * | | ci: cleanup coverity workflow | Joshua Sing | 2023-12-15 | 1 | -40/+57 |
| |/ | |||||
* | | ci: fix apt commands in solaris workflow | Joshua Sing | 2023-12-15 | 1 | -1/+2 |
| | | |||||
* | | ci: reenable and clean up solaris workflow | Joshua Sing | 2023-12-15 | 2 | -28/+31 |
|/ | |||||
* | Land #954 | Theo Buehler | 2023-12-14 | 1 | -2/+2 |
|\ | |||||
| * | Update solaris vm to latest version | neil | 2023-12-09 | 1 | -2/+2 |
| | | | | | | Update solaris vm to latest version |