Skip to content

Commit f6bebb5

Browse files
committed
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 3776e87 commit f6bebb5

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
@@ -144,7 +144,7 @@ function install_yum_package_dependencies()
144144
texinfo \
145145
wget \
146146
zlib-devel && \
147-
python3 -m pip install meson ninja && \
147+
python3 -m pip install meson~=0.61.2 ninja~=1.11.1 && \
148148
lib_install_nasm_from_rpm && \
149149
lib_build_and_install_libfdt && \
150150
lib_build_and_install_jsonc && \

0 commit comments

Comments
 (0)