[COMMITTED] elfutils_debian_amd64_builder use elfutils_factory_mua
Commit Message
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(-)
@@ -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(