Compare commits

..

11 Commits

Author SHA1 Message Date
Daan De Meyer 2a536b9497
Merge 9aa7f22f1f into 5b2926d941 2024-11-24 00:13:31 +01:00
Daan De Meyer 9aa7f22f1f test: Dump coredumps from journal in the integration test wrapper
Fixes #35277
2024-11-24 00:13:22 +01:00
Daan De Meyer af8c54fa79 test: Lint integration-test-wrapper.py 2024-11-24 00:13:22 +01:00
Daan De Meyer a98517d91e test: Fix typing errors in integration-test-wrapper.py 2024-11-24 00:13:22 +01:00
Daan De Meyer 5c7f7c42ae test: Format integration-test-wrapper.py 2024-11-24 00:13:22 +01:00
Daan De Meyer d0b9d245d6 ukify: Fix typing error 2024-11-24 00:13:22 +01:00
Daan De Meyer 88f531cee3 Move mypy.ini and ruff.toml to top level
This allows reusing them for integration-test-wrapper.py as well.
2024-11-24 00:13:22 +01:00
Daan De Meyer b27e4eee6f integration-test-wrapper: Remove unneeded format strings 2024-11-24 00:13:22 +01:00
Daan De Meyer 70dd6760ce coredumpctl: Don't treat no coredumps as failure if JSON is enabled
Having to deal with a process that fails or doesn't fail depending on
whether there are coredumps or not is incredibly annoying for users.
So let's compromise and not fail if JSON output is enabled and there
are no coredumps.
2024-11-24 00:13:22 +01:00
Daan De Meyer b7a0fe5362 mkosi: Add dnf and dnf5 to sanitizer workaround list 2024-11-24 00:13:22 +01:00
Daan De Meyer 6d93dc972c mkosi: Install clangd everywhere 2024-11-24 00:13:19 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Environment=
[Content] [Content]
Packages= Packages=
clangd clang-devel
compiler-rt compiler-rt
gdb gdb
git-core git-core