Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7109826

Browse files
committedFeb 11, 2025
Up
1 parent 0f340a9 commit 7109826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build_fastocloud_env_from_repo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(self, host, platform, arch_name, dir_path, prefix_path):
109109
request = BuildRequestRepo(arg_hostname, arg_platform, arg_architecture,
110110
'build_' + arg_platform + '_env', arg_prefix_path)
111111
if argv.with_system and arg_install_other_packages:
112-
request.install_system(with_nvidia=False, with_wpe=False, with_mongo=False, with_gstreamer=True,
112+
request.install_system(with_nvidia=False, with_wpe=False, with_gstreamer=True,
113113
repo_build=True)
114114

115115
if argv.with_tools and arg_install_other_packages:

0 commit comments

Comments
 (0)
Please sign in to comment.