]> git.ipfire.org Git - thirdparty/systemd.git/commit
Fixes several recent CI issues (#36691)
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Mar 2025 14:32:58 +0000 (15:32 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 14:32:58 +0000 (15:32 +0100)
commitd54196a4cd45d29071053010cf39e3b36cfd1a27
treed66c09a55e759c48a84bd2dcf2ee1aed40c88e37
parent11361e329325399c840dd6fd7782a66f9c76fed7
parent1ac2fc498429aed0be144e31c827314e3c49b202
Fixes several recent CI issues (#36691)

- Fixes a race in systemd-run caused by
b7ba8d55b8e413ff326abc4814b92d42b8d3c3c3, which causes issue #36679.
- Skip verifying masked units in TEST-23.
- Avoid false-positive ASan warning by switching sanitizer run from
Fedora rawhide to Fedora 41, caused by recent update from
llvm-19.1.7-11.fc43 to llvm-20.1.0-1.fc43. Hopefully issue #36678 should
be fixed.

Closes #36678.
Closes #36679.
src/run/run.c