aboutsummaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* format artifacts with shared conditionallyBrent Cook2024-03-031-1/+1
|
* adjust formatting of resultsBrent Cook2024-03-031-1/+1
|
* CI: limit scheduled runs to "libressl" org onlyIlya Shipitsin2024-03-031-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-03-031-3/+3
| | | | during CI stdout is redirected to "changelog.txt" and thus not seen
* CI: add "x" permission to release helperIlya Shipitsin2024-03-031-0/+0
|
* test windows builds with shared libs enabledBrent Cook2024-03-031-3/+4
|
* CI: limit scheduled runs to "libressl" org onlyIlya Shipitsin2024-03-036-0/+6
|
* ci: add concurrency groups to workflowsJoshua Sing2024-03-0311-0/+44
|
* ci: remove autoconf from msys2 in windows workflowJoshua Sing2024-03-031-1/+0
|
* ci: avoid unnecessary steps in windows workflowJoshua Sing2024-03-031-4/+2
|
* ci: tidy windows workflow job nameJoshua Sing2024-03-031-1/+1
|
* ci: fix windows workflow syntaxJoshua Sing2024-03-031-1/+1
|
* ci: clean up windows workflowJoshua Sing2024-03-032-46/+66
|
* ci: clean up release workflowJoshua Sing2024-03-033-66/+155
|
* ci: fix apt commands in solaris workflowJoshua Sing2024-03-031-1/+2
|
* ci: cleanup coverity workflowJoshua Sing2024-03-031-40/+57
|
* ci: reenable and clean up solaris workflowJoshua Sing2024-03-032-28/+31
|
* CI: fix automatic releases assets extension "zip"Ilya Shipitsin2024-03-031-2/+1
|
* zap stray whitespaceTheo Buehler2024-03-031-1/+1
|
* Update .github/workflows/release_by_tag.ymlIlya Shipitsin2024-03-031-1/+2
| | | Co-authored-by: Joshua Sing <joshua@hypera.dev>
* CI: automatically create release, upload windows buildsIlya Shipitsin2024-03-031-0/+66
|
* windows: always upload build artifacts, even in case of failureIlya Shipitsin2024-03-031-0/+1
|
* Update solaris vm to latest versionneil2024-03-031-2/+2
| | | Update solaris vm to latest version
* there has to be some trigger, even a manual oneBrent Cook2024-03-032-0/+6
|
* disable periodic builds of broken CI workflowsBrent Cook2024-03-032-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.
* remove additional endbr64 patch, add tests for macos-11Brent Cook2024-03-031-1/+1
|
* Replace rust-openssl patch with an ed scriptTheo Buehler2024-03-032-13/+9
| | | | | It is annoying to update this patch all the time. An easy ed script does the trick just as well.
* Fix rust-openssl regressTheo Buehler2024-03-031-2/+1
| | | | | Change around the order slightly. It seems more logical to apply the patch first, then export the env.
* ci: add --verbose flag to rust-openssl cargo testJoshua Sing2024-03-031-1/+1
|
* ci: tidy up rust-openssl libressl build stepJoshua Sing2024-03-031-5/+0
|
* ci: improve rust-openssl workflowJoshua Sing2024-03-032-33/+40
|
* Land #941, improve Linux github workflowsBrent Cook2023-11-085-87/+62
|\
| * ci: shrink and improve Linux workflowsJoshua Sing2023-11-095-87/+62
| | | | | | | | | | Add a new `linux` workflow that replaces cross_test, linux_ci, linux_ci_asan, and linux_ci_asan_noasm.
* | ci: clean up macOS workflowJoshua Sing2023-11-082-21/+31
|/
* Improve Android CI workflowJoshua Sing2023-11-072-30/+31
|
* Update rust-openssl patchTheo Buehler2023-11-031-6/+5
|
* Rebase rust-openssl patchTheo Buehler2023-09-021-5/+5
|
* CI: Test consuming the exported CMake configs.Pierre Wendling2023-08-191-0/+85
|
* CI: fedora rawhide follow upIlya Shipitsin2023-08-181-12/+6
|
* CI: add scheduled Fedora Rawhide buildsIlya Shipitsin2023-08-171-0/+40
| | | | | Fedora Rawhide is shipped with the most recent gcc/clang, it is nice to test build on them from time to time
* CI: Solaris: display tests/test-suite.log in case of failureIlya Shipitsin2023-08-171-1/+1
|
* CI: fix coverity taskIlya Shipitsin2023-08-121-0/+2
|
* CI: get rid of travis-ci coverity wrapperIlya Shipitsin2023-08-081-10/+28
|
* Rebase rust-openssl patchTheo Buehler2023-08-061-2/+2
|
* switch solaris to a daily testBrent Cook2023-07-231-1/+4
|
* rename regress to rust regressBrent Cook2023-07-071-1/+1
|
* Land #884, add Solaris test workflowBrent Cook2023-07-071-0/+27
|\
| * initial solaris test workflowBrent Cook2023-07-061-0/+27
| | | | | | | | This adds a builder for Solaris 11.4 based on https://github.com/vmactions/solaris-vm
* | change the trigger for running fuzzer testsBrent Cook2023-07-071-1/+6
|/ | | | | | | | Since fuzzers benefit more from being run regularly on the openbsd tree, and they take a long time, does it make more sense that the trigger is a cron like the Coverity job? They sometimes don't work in branches anyway, since the fuzz builds rely on external code being updated to match the master branch.
* add Windows builder test actionsBrent Cook2023-07-051-0/+45
|