|
f543d27f
|
2023-08-06T08:32:06
|
|
Rebase rust-openssl patch
|
|
6472f288
|
2023-07-23T17:06:55
|
|
switch solaris to a daily test
|
|
de9c24a0
|
2023-07-07T04:34:46
|
|
rename regress to rust regress
|
|
4070587a
|
2023-07-07T04:28:25
|
|
Land #884, add Solaris test workflow
|
|
e1d6f782
|
2023-07-07T08:34:16
|
|
change the trigger for running fuzzer tests
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.
|
|
f331e071
|
2023-07-06T12:13:39
|
|
initial solaris test workflow
This adds a builder for Solaris 11.4 based on https://github.com/vmactions/solaris-vm
|
|
74be614b
|
2023-07-04T19:36:38
|
|
add Windows builder test actions
|
|
d238b6d3
|
2023-07-04T19:35:50
|
|
label individual macos build arches
|
|
15d076b4
|
2023-07-04T13:09:31
|
|
add ventura and arm64 test targets, remove big sur
This reworks the macOS github actions to target Apple silicon for tests.
To simplify the test matrix, removing big sur and adding ventura.
Also some cleanups to the test script. We really don't need the 'x'
workaround for non-POSIX shells, and it got confusing writing "xx86_64".
|
|
4f93524b
|
2023-05-27T23:49:56
|
|
Update patch for rust-openssl version check
|
|
4fdce0c6
|
2023-04-29T01:15:13
|
|
Add CI workflow to run tests with ASM disabled
|
|
f79a103b
|
2023-04-09T10:47:17
|
|
Update rust-openssl patch
|
|
fa35b982
|
2023-03-23T06:09:38
|
|
enable CI for mips32/mips64
|
|
59261d04
|
2023-03-19T23:19:00
|
|
Adjust rust-openssl version check
|
|
8c2c718b
|
2023-02-21T06:01:38
|
|
Ubuntu 18.04 is getting removed, update Linux base images
|
|
5fe2c171
|
2023-01-12T18:37:41
|
|
Add 'workflow_dispatch' event trigger to Coverity workflow
|
|
d8fa0ebd
|
2023-01-12T18:26:56
|
|
Revert COVERITY_SCAN_PROJECT_NAME change in Coverity workflow
|
|
49a179f0
|
2023-01-11T20:05:54
|
|
Fixes for GitHub organisation rename
|
|
7f8267d8
|
2023-01-11T11:00:04
|
|
Github Actions: add Ubuntu-22.04 to linux matrix (#810)
|
|
95ca0d14
|
2022-12-20T01:03:40
|
|
Update rust-openssl patch
|
|
faa32aea
|
2022-11-19T04:31:40
|
|
CI: add CIFuzz action
Signed-off-by: David Korczynski <david@adalogics.com>
|
|
03fe6d29
|
2022-11-08T18:00:23
|
|
Update checkout action to current version.
checkout v2 uses node.js v12 which is has been recently deprecated by
github so switch to using the one on the main branch.
|
|
6e1d17c2
|
2022-11-03T02:43:20
|
|
rebase rust-openssl patch
|
|
379b2f84
|
2022-10-22T17:59:16
|
|
rebase rust-openssl patch
|
|
5f3868d9
|
2022-10-22T13:11:48
|
|
CI: enable rust-openssl daily testing
|
|
500d16b3
|
2022-04-29T18:30:45
|
|
Add environment macos-12 to CI
|
|
e5263d71
|
2022-03-26T21:48:14
|
|
CI: switch ASAN builds to clang
|
|
2a4b8408
|
2022-02-12T09:55:39
|
|
CI: enable ASAN on Linux
|
|
7f5ad60d
|
2021-12-28T10:57:19
|
|
update notification email
|
|
e66edcb5
|
2021-12-27T12:31:17
|
|
enable scheduled Coverity scan
|
|
cb52cc4c
|
2021-05-30T20:26:44
|
|
add OS to cross compile name
|
|
a7f19323
|
2021-05-30T20:19:39
|
|
disable continue-on-error
|
|
e55410dc
|
2021-05-28T04:53:27
|
|
update badges, further split out actions by OS, add more Linux targets
|
|
31ef9ade
|
2021-05-25T19:28:30
|
|
Split out android test
|
|
2a06c8b8
|
2021-05-24T20:19:11
|
|
Set continue-on-error to false
|
|
0103481e
|
2021-05-22T14:02:42
|
|
Add pull_request trigger
|
|
3845b1ef
|
2021-05-21T21:02:17
|
|
Use github actions for linux test
|