mirror of https://github.com/google/oss-fuzz.git
[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.
This commit is contained in:
parent
cc256923e3
commit
d36184b4ef
|
@ -11,6 +11,7 @@ auto_ccs:
|
|||
- "thomas@t-8ch.de"
|
||||
architectures:
|
||||
- x86_64
|
||||
- i386
|
||||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
|
|
Loading…
Reference in New Issue