summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* github: cowtest: Write test files to storage at /mntMichael Scherle2024-04-251-40/+41
| | | | / is mostly full and tests might fail...
* github: retry apt-get callsSimon Rettberg2024-04-241-3/+3
| | | | | | | | | | | | | | | | | Run sudo apt-get update -y -qq sudo apt-get update -y -qq sudo apt-get install -y -qq make \ clang-format \ linux-headers-generic \ libfuse-dev \ libjansson-dev \ libcurl4-openssl-dev shell: /usr/bin/bash -e {0} env: ASAN_OPTIONS: leak_check_at_exit=false DOTNET_ROOT: /usr/share/dotnet E: Failed to fetch https://packages.microsoft.com/ubuntu/22.04/prod/dists/jammy/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?) E: The repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease' is no longer signed.
* github: asan: Disable leak check at exitSimon Rettberg2024-04-231-0/+2
| | | | | This would taint the exit code as some stuff is always not properly freed at exit; we mostly care about invalid memory access and the likes.
* github: Use bash redirects for stdout+errSimon Rettberg2024-04-231-8/+8
|
* github: Enable address sanitizerSimon Rettberg2024-04-231-0/+1
|
* github: update fuse testsMichael Scherle2024-04-231-46/+33Star
|
* github: Update cow testSimon Rettberg2023-06-071-4/+4
|
* removed rpm from test workflowMichael Scherle2022-09-061-2/+1Star
|
* changed test to use net 6Michael Scherle2022-08-161-2/+5
|
* added random test to git ciMichael Scherle2022-08-091-17/+61
|
* added github ciMichael Scherle2022-08-041-0/+114
|
* [KERNEL] Add support for CentOS 8.5Manuel Bentele2021-11-301-3/+8
|
* [KERNEL] Add support for Linux kernel 5.15.x LTSManuel Bentele2021-11-301-0/+4
|
* [BUILD] Build release on Ubuntu 18.04 to support older glibcManuel Bentele2021-08-261-1/+1
|
* [BUILD] Add Github action to publish packages for releasesManuel Bentele2021-08-254-3/+63
|
* [BUILD] Add Github actions to compile kernel module for various kernelsManuel Bentele2021-07-262-1/+83
|
* [BUILD] Add CMake option to enable build of dnbd3-benchManuel Bentele2021-06-242-1/+3
|
* [BUILD] Enable lint targets if lint programs are foundManuel Bentele2021-03-111-1/+1
|
* [BUILD] Add Github workflow to validate (lint) source codeManuel Bentele2021-03-051-0/+34
|
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-041-0/+1
|
* [BUILD] Add build support for Github actionsManuel Bentele2021-03-021-0/+65