Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | CI: fix automatic releases assets extension "zip" | Ilya Shipitsin | 2023-12-13 | 1 | -2/+1 |
| | | |||||
* | | zap stray whitespace | Theo Buehler | 2023-12-12 | 1 | -1/+1 |
| | | |||||
* | | Update .github/workflows/release_by_tag.yml | Ilya Shipitsin | 2023-12-12 | 1 | -1/+2 |
| | | | | | | Co-authored-by: Joshua Sing <joshua@hypera.dev> | ||||
* | | CI: automatically create release, upload windows builds | Ilya Shipitsin | 2023-12-12 | 1 | -0/+66 |
| | | |||||
* | | windows: always upload build artifacts, even in case of failure | Ilya Shipitsin | 2023-12-10 | 1 | -0/+1 |
|/ | |||||
* | there has to be some trigger, even a manual one | Brent Cook | 2023-11-28 | 2 | -0/+6 |
| | |||||
* | disable periodic builds of broken CI workflows | Brent Cook | 2023-11-28 | 2 | -10/+0 |
| | | | | | | | | Neither of these has built in over a month. Solaris looks to be an upstream timeout issue (seems the hack it uses may not work anymore). Not sure if cifuzz is really needed either, since we're still being tested through clusterfuzz actively. |