Skip to content

Commit 2850ce4

Browse files
authored
FIX: Added version pinning in setup_build_env.sh
FIX: Added version pinning in setup_build_env.sh. This addressed another issue found by trivy and security tools. Signed-off-by: Miłosz Linkiewicz <[email protected]>
1 parent 9dd74e0 commit 2850ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_build_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function install_yum_package_dependencies()
143143
texinfo \
144144
wget \
145145
zlib-devel && \
146-
python3 -m pip install meson ninja && \
146+
python3 -m pip install meson~=0.61.2 ninja~=1.11.1 && \
147147
lib_install_nasm_from_rpm && \
148148
lib_build_and_install_libfdt && \
149149
lib_build_and_install_jsonc && \

0 commit comments

Comments
 (0)