[build_debian] libgrpc++1 installation for bookworm debian image build (#18034)
Why I did it Fix libgrpc++ bookworm debian installation issue. Fix #18033 How I did it Modified the build_debian.sh to change the libgrpc++1 to libgrcp++1.51 for debian bookworm image build How to verify it After the image is built in the workspace, verify the libgrpc++.so.1.51 is installed in fsroot-broadcom-dnx/lib/x86_64-linux-gnu diretcory ~/data/master/sonic-buildimage/fsroot-broadcom-dnx/lib/x86_64-linux-gnu (master)$ ls libgrpc++.so.1.51 libgrpc++.so.1.51 ~/data/master/sonic-buildimage/fsroot-broadcom-dnx/lib/x86_64-linux-gnu (master)$ Signed-off-by: mlok <marty.lok@nokia.com>
This commit is contained in:
parent
c91d45ae6c
commit
d4300fc34f
@ -393,8 +393,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
|
|||||||
python-is-python3 \
|
python-is-python3 \
|
||||||
cron \
|
cron \
|
||||||
libprotobuf32 \
|
libprotobuf32 \
|
||||||
libgrpc++1 \
|
|
||||||
libgrpc29 \
|
libgrpc29 \
|
||||||
|
libgrpc++1.51 \
|
||||||
haveged \
|
haveged \
|
||||||
fdisk \
|
fdisk \
|
||||||
gpg \
|
gpg \
|
||||||
|
Loading…
Reference in New Issue
Block a user