akallabeth
b5f95e0f87
[codespell] fix spelling mistakes
2024-11-21 11:28:06 +01:00
akallabeth
6e7feb8080
[ci,codespell] add workflow running codespell
2024-11-21 11:28:04 +01:00
akallabeth
bc5b9e3ccb
[ci,coverity] explicitly set clang as compiler
2024-11-14 16:29:45 +01:00
akallabeth
1921c320d2
[ci,coverity] add equivs dependency
2024-11-14 16:17:46 +01:00
akallabeth
a4a406305f
[ci,coverity] fix command name
2024-11-14 16:12:47 +01:00
akallabeth
dabd3af552
[ci,coverity] fix typo in package name
2024-11-14 16:10:47 +01:00
akallabeth
498b16b4ee
[ci,coverity] fix package installation
2024-11-14 16:09:01 +01:00
akallabeth
0bb38d0acf
[ci,coverity] fix indentation
2024-11-14 16:07:12 +01:00
akallabeth
4cb3df46e7
[coverity] update build workflow
2024-11-14 15:01:16 +01:00
akallabeth
9b3f5cd86e
[ci,coverity] define COVERITY_BUILD
...
By defining this symbol the build will enable coverity related pragma
definitions
2024-11-14 13:53:41 +01:00
akallabeth
93c4843399
Merge pull request #10826 from Devolutions/devops/upload
...
[ci] update upload-artifact action to version 4
2024-11-06 14:47:25 +01:00
Richard Boisvert
d5149d7b37
[ci] update upload-artifact action to version 4
2024-11-06 08:23:45 -05:00
akallabeth
7adb9517fc
[ci,alt-arch] use v2.8.1 of alt-architecture build
2024-10-27 20:07:33 +01:00
akallabeth
a01b97e991
[ci,timezone] update timezone generation
2024-10-12 08:59:26 +02:00
akallabeth
c7ce6ebe67
[ci,timezones] fix file formatting
2024-10-12 08:50:57 +02:00
Armin Novak
8fcc59ed27
[ci] remove docbook and xml dependencies
2024-10-09 20:42:09 +02:00
akallabeth
3eca097b34
[ci,workflow] set USE_UNWIND=OFF again
...
arm builds do not work with unwind backtrace on.
[winpr_unwind_backtrace]: _Unwind_Backtrace failed with _URC_FAILURE [0x09]
2024-10-08 11:10:18 +02:00
akallabeth
1952cd0e66
[winpr,utils] fix undefined unwind symbols
...
on arm some reason codes are not defined.
2024-10-08 10:09:19 +02:00
akallabeth
3e09d4cfc1
[ci,abi] rename working directory
...
since the old working directory checker had been accidentally checked in
use a new one to avoid clashes during build.
2024-09-26 10:16:41 +02:00
akallabeth
0bbf0b6e80
[ci] add avformat to dependencies
2024-09-09 11:59:52 +02:00
akallabeth
b53146150c
Revert "[ci,clang-tidy] use .clang-tidy file"
...
This reverts commit 113810e45b
.
2024-08-29 17:13:55 +02:00
akallabeth
113810e45b
[ci,clang-tidy] use .clang-tidy file
2024-08-28 10:51:48 +02:00
akallabeth
a3d2c33f96
[ci,autoclose] improve detection
...
* Increase operations-per-run to 90, 60 is still too low.
* Exempt assigned pull requests and issues
* Exempt pull requests and issues with a milestone
2024-08-23 11:45:40 +02:00
akallabeth
fb57a96eba
[ci,autoclose] increase operations per run
2024-08-23 11:00:58 +02:00
akallabeth
03794e4679
[ci,issue-close] extend period, add wip label
2024-08-19 13:04:06 +02:00
akallabeth
b80e33ff70
[ci,issues] add workflow to autoclose stale issues
2024-08-16 14:23:23 +02:00
akallabeth
a2ef9e071e
[ci,timezone] fix automated job
...
* remove team reviewers
* fix clang-format, explicitly set clang-format file
2024-07-25 14:25:14 +02:00
akallabeth
06617a2c45
[ci,timezone] fix dotnet restore arguments
2024-07-23 21:53:53 +02:00
akallabeth
70e9f4c5ea
Create timezone-update.yml
2024-07-23 14:26:23 +02:00
akallabeth
ab3e7134f5
[ci,abi-checker] add missing dependency
2024-07-04 02:35:31 +02:00
akallabeth
323ac4f01a
[ci,nightly] update dependencies: v4l
2024-06-11 10:17:33 +02:00
Armin Novak
efa3eb3511
[ci,clang-tidy-post] disable annotations
2024-06-05 15:57:46 +02:00
Armin Novak
341e2f9b23
[ci,clang-tidy] add checks: write permission
2024-06-05 15:24:54 +02:00
Armin Novak
39dd6a53b3
[ci,clang-tidy] add repository read permission
2024-06-05 15:02:28 +02:00
Armin Novak
5dae7526cc
[ci,workflow] fix token for clang-tidy-post
2024-06-05 13:56:39 +02:00
Armin Novak
b77adaaf09
[clang-tidy] update permissions
2024-06-05 10:07:26 +02:00
akallabeth
f753ff8196
[ci,tidy] turn off webview support
2024-05-24 12:57:52 +02:00
akallabeth
d64542a02c
[ci] split clang-tidy workflows
2024-05-24 12:41:14 +02:00
akallabeth
497a72668b
[ci] add write permission for clang-tidy
2024-05-24 10:04:19 +02:00
akallabeth
cf66f895a1
[ci] move back to pull_request trigger
...
pull_request_target does not allow approval and runs unconditionally.
2024-05-23 14:21:48 +02:00
akallabeth
56b27413ae
[ci,alt] fix missing dependency
2024-05-16 23:40:04 +02:00
akallabeth
077335b412
Revert "[ci] get dependencies from nightly package"
...
This reverts commit 0fcb933527
.
2024-05-14 22:08:51 +02:00
akallabeth
be436e644e
Revert "[ci] enable deb-src for workflows"
...
This reverts commit b315ec5777
.
2024-05-14 22:08:01 +02:00
akallabeth
b315ec5777
[ci] enable deb-src for workflows
2024-05-14 21:45:45 +02:00
akallabeth
0fcb933527
[ci] get dependencies from nightly package
2024-05-14 21:11:35 +02:00
akallabeth
55bd1c2660
[ci,clang-tidy] add libssl-dev dependency
2024-04-23 09:54:52 +02:00
Ondrej Holy
5a28b046d5
[winpr,ncrypt] bundle pkcs11.h and drop pkcs11-helper dependency
...
The ncrypt implementation currently relies on the pkcs11-helper library.
That is not available on RHEL for example. Let's bundle the standardized
header file from https://github.com/latchset/pkcs11-headers to avoid the
need for extra dependency.
Related: https://github.com/FreeRDP/FreeRDP/discussions/9982
2024-04-22 17:42:52 +02:00
akallabeth
ae7b32db75
[ci] run oss-fuzz scheduled, undefined sanitizer
2024-04-20 21:20:44 +02:00
akallabeth
04d530b99e
[ci] revert fuzzer to pull_request
2024-04-19 09:18:06 +02:00
akallabeth
8aa9017dd0
[ci,coverity] update configuration
2024-04-12 12:41:42 +02:00