Debian stable only has valgrind 3.19.0 which doesn't have an openat2 syscall wrapper. This makes some elfutils tests fail under valgrind since it uses openat2 explicitly now. So switch the build factory to not use valgrind, but the gcc address (and undefined) sanitizer. --- builder/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builder/master.cfg b/builder/master.cfg index 8d024f0ac5e7..1c185ca4f5a1 100644 --- a/builder/master.cfg +++ b/builder/master.cfg @@ -2569,7 +2569,7 @@ elfutils_debian_amd64_builder = util.BuilderConfig( readContainerFile('debian-stable')}, workernames=vm_workers, tags=["elfutils", "debian", "x86_64"], - factory=elfutils_factory_mvu) + factory=elfutils_factory_mua) c['builders'].append(elfutils_debian_amd64_builder) elfutils_try_debian_amd64_builder = util.BuilderConfig( -- 2.49.0