From d36184b4efcc1c1cdca08adc0db1569cda09bcc6 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 18 Nov 2022 13:29:47 +0300 Subject: [PATCH] [util-linux] bring back 32-bit builds (#9011) Looks like util-linux no longer fails to compile on Ubuntu Focal due to https://oss-fuzz-build-logs.storage.googleapis.com/log-86fe7f9b-945a-4514-84ce-8f435b34dce0.txt so it should be possible to bring 32-bit builds back. --- projects/util-linux/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/util-linux/project.yaml b/projects/util-linux/project.yaml index 32d35bae4..c9179c29a 100644 --- a/projects/util-linux/project.yaml +++ b/projects/util-linux/project.yaml @@ -11,6 +11,7 @@ auto_ccs: - "thomas@t-8ch.de" architectures: - x86_64 + - i386 sanitizers: - address - undefined