aboutsummaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Land #1084, Append version to dll on CMakeBrent Cook2024-10-011-1/+1
|\
| * properly specify define for shared librariesBrent Cook2024-10-011-1/+1
| |
* | ci: update actionsJoshua Sing2024-08-264-12/+8
|/
* 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
* Fix comment in emscripten.ymlMostafa Saad2024-06-191-1/+1
| | | Co-authored-by: Joshua Sing <joshua@joshuasing.dev>
* use -gsource-map instead of -ggdbMoustaphaSaad2024-06-191-1/+1
|
* fix emscripten.yml workflowMoustaphaSaad2024-06-191-4/+7
| | | | fix formatting in some commands. Add missing -fsanitize=address to the ASAN test
* use emcmake instead of feeding toolchain file manuallyMoustaphaSaad2024-06-191-2/+2
|
* add initial Emscripten CI workflowMoustaphaSaad2024-06-191-0/+68
|
* ci: add event number to concurrency groupJoshua Sing2024-05-2911-11/+11
|
* CI: introduce Ubuntu 24.04Ilia Shipitsin2024-05-171-1/+1
|
* Add libtool for cmake_config CITheo Buehler2024-04-301-1/+1
|
* Land #1027 - run macos tests on arm64Theo Buehler2024-03-251-0/+1
|\
| * Revert "Split the jobs into two files, macOS and macOS-legacy."Kenjiro Nakayama2024-03-252-38/+1
| | | | | | | | This reverts commit 51e6f0ec5a9e3c68ec610d47d6a915b61e8f6a85.
| * Split the jobs into two files, macOS and macOS-legacy.Kenjiro Nakayama2024-03-222-1/+38
| |
| * Run tests for macos-14 on arm64Kenjiro Nakayama2024-03-211-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 Buehler2024-03-231-9/+0
|/ | | | This reverts commit cb2fd0abb21fc2ed4a725de0c57df25e10eee7e8 from #1019.
* Drop macos-11 from testKenjiro Nakayama2024-03-191-1/+1
|
* Add libtoolKenjiro Nakayama2024-03-181-1/+1
|
* Add macos-14 testKenjiro Nakayama2024-03-181-1/+1
|
* CI: setup kernel entropy to work with asanIlia Shipitsin2024-03-171-0/+9
|
* Land #1000, test shared library builds for WindowsBrent Cook2024-02-281-3/+4
|\
| * format artifacts with shared conditionallyBrent Cook2024-02-271-1/+1
| |
| * adjust formatting of resultsBrent Cook2024-02-271-1/+1
| |
| * test windows builds with shared libs enabledBrent Cook2024-02-131-3/+4
| |
* | 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: redirect changelog error to stdoutIlya Shipitsin2024-02-181-3/+3
| | | | | | | | during CI stdout is redirected to "changelog.txt" and thus not seen
* | CI: add "x" permission to release helperIlya Shipitsin2024-02-171-0/+0
|/
* CI: limit scheduled runs to "libressl" org onlyIlya Shipitsin2024-01-146-0/+6
|
* ci: add concurrency groups to workflowsJoshua Sing2023-12-2011-0/+44
|
* ci: remove autoconf from msys2 in windows workflowJoshua Sing2023-12-201-1/+0
|
* ci: avoid unnecessary steps in windows workflowJoshua Sing2023-12-191-4/+2
|
* ci: tidy windows workflow job nameJoshua Sing2023-12-191-1/+1
|
* ci: fix windows workflow syntaxJoshua Sing2023-12-191-1/+1
|
* ci: clean up windows workflowJoshua Sing2023-12-192-46/+66
|
* Land #976Theo Buehler2023-12-183-66/+155
|\
| * ci: clean up release workflowJoshua Sing2023-12-153-66/+155
| |
* | Land #977Theo Buehler2023-12-151-40/+57
|\ \
| * | ci: cleanup coverity workflowJoshua Sing2023-12-151-40/+57
| |/
* | ci: fix apt commands in solaris workflowJoshua Sing2023-12-151-1/+2
| |
* | ci: reenable and clean up solaris workflowJoshua Sing2023-12-152-28/+31
|/
* Land #954Theo Buehler2023-12-141-2/+2
|\
| * Update solaris vm to latest versionneil2023-12-091-2/+2
| | | | | | Update solaris vm to latest version
* | CI: fix automatic releases assets extension "zip"Ilya Shipitsin2023-12-131-2/+1
| |
* | zap stray whitespaceTheo Buehler2023-12-121-1/+1
| |
* | Update .github/workflows/release_by_tag.ymlIlya Shipitsin2023-12-121-1/+2
| | | | | | Co-authored-by: Joshua Sing <joshua@hypera.dev>
* | CI: automatically create release, upload windows buildsIlya Shipitsin2023-12-121-0/+66
| |
* | windows: always upload build artifacts, even in case of failureIlya Shipitsin2023-12-101-0/+1
|/
* there has to be some trigger, even a manual oneBrent Cook2023-11-282-0/+6
|
* disable periodic builds of broken CI workflowsBrent Cook2023-11-282-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.