Skip to content

Commit 6f17b18

Browse files
authored
[DevOps] Add libraries required for CM_EMU (#5212)
1 parent c18f43c commit 6f17b18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ apt update && apt install -yqq \
1212
python3-pip \
1313
zstd \
1414
ocl-icd-libopencl1 \
15-
vim
15+
vim \
16+
libffi-dev \
17+
libva-dev \
18+
libtool
1619

1720
pip3 install psutil
1821

0 commit comments

Comments
 (0)