mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
oss-fuzz: install libcrypt-dev in i386 image
This is preparation for bumping base image of oss-fuzz to Ubuntu 24.04. Closes #39395. Co-authored-by: Evgeny Vereshchagin <evvers@ya.ru>
This commit is contained in:
@@ -46,7 +46,8 @@ else
|
||||
pkg-config wget python3-jinja2 zipmerge zstd
|
||||
|
||||
if [[ "$ARCHITECTURE" == i386 ]]; then
|
||||
apt-get install -y pkg-config:i386 libmount-dev:i386
|
||||
apt-get install -y pkg-config:i386 libcrypt-dev:i386 libmount-dev:i386
|
||||
export PKG_CONFIG=i686-linux-gnu-pkg-config
|
||||
fi
|
||||
|
||||
pip3 install -r .github/workflows/requirements.txt --require-hashes
|
||||
|
||||
Reference in New Issue
Block a user