]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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)
- 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.

1  2 
src/run/run.c

diff --cc src/run/run.c
Simple merge