File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,15 +172,15 @@ def config_script_function(config_key):
172172 config_script_function ('setup_commands' ),
173173 config_script_function ('install_build_deps' ),
174174 config_script_function ('install_app_test_deps' ),
175- 'git_revision=%s ' % args .git_revision ,
175+ 'git_revision="%s" ' % args .git_revision ,
176176 'staticlibs=%s' % ('TRUE' if distro_config .get ('staticlibs' , True ) else 'FALSE' ),
177177 'build_dist=%d' % (1 if args .dist_files_dir is not None else 0 ),
178178 # Firefox doesn't have release tarballs for Aarch64
179179 'test_firefox=%d' % (1 if args .architecture == 'x86_64' else 0 ),
180180 # libreoffice uses STREX
181181 'test_libreoffice=%d' % (1 if args .architecture == 'x86_64' else 0 ),
182182 'ctest_options="%s"' % ' ' .join (c for c in ctest_options ),
183- 'cpack_generators=%s ' % args .cpack_generators
183+ 'cpack_generators="%s" ' % args .cpack_generators
184184 ]).encode ('utf-8' ) + b'\n ' + rr_testing_script
185185 vm .ssh (['/bin/bash' , '-s' ], full_script )
186186 if args .dist_files_dir is not None :
You can’t perform that action at this time.
0 commit comments