Removed another couple of uses of '--iomgr_platform=uv'

pull/10825/head
murgatroid99 8 years ago
parent f94f64fc12
commit bac1c1b6bf
  1. 3
      tools/run_tests/performance/build_performance.sh
  2. 1
      tools/run_tests/run_tests.py

@ -61,9 +61,6 @@ do
"csharp")
python tools/run_tests/run_tests.py -l $language -c $CONFIG --build_only -j 8 --compiler coreclr
;;
"node")
python tools/run_tests/run_tests.py -l $language -c $CONFIG --build_only -j 8 --iomgr_platform=uv
;;
*)
python tools/run_tests/run_tests.py -l $language -c $CONFIG --build_only -j 8
;;

@ -477,7 +477,6 @@ class NodeLanguage(object):
else:
config_flag = '--release'
return [['tools\\run_tests\\helper_scripts\\build_node.bat',
'--grpc_uv={}'.format('true' if self.use_uv else 'false'),
config_flag]]
else:
build_script = 'build_node'

Loading…
Cancel
Save