File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ def process_test_data(self):
2121 'icu73' : '20.1.0' ,
2222 'icu72' : '18.14.2' ,
2323 'icu71' : '18.7.0' ,
24+ 'icu70' : '14.21.3' ,
25+ 'icu69' : '14.18.3' ,
26+ 'icu68' : '14.17.0' ,
27+ 'icu67' : '14.16.0' ,
28+ 'icu66' : '14.0.0'
2429 }
2530
2631 exec_list = ['node generators/rdt_fmt_gen.js' ]
@@ -29,8 +34,12 @@ def process_test_data(self):
2934 exec_list .append (str (self .run_limit ))
3035 print ("RDTF generator: " , exec_list )
3136
37+ nodejs_version = icu_nvm_versions [self .icu_version ]
38+ source_command = 'source ~/.nvm/nvm.sh; nvm install %s; nvm use %s --silent' % (
39+ nodejs_version , nodejs_version )
40+
3241 run_list = [
33- ['source ~/.nvm/nvm.sh; nvm install 21.6.0; nvm use 21.6.0 --silent' ],
42+ [source_command ],
3443 exec_list ,
3544 ['mv rdt_fmt*.json icu74' ]
3645 ]
You can’t perform that action at this time.
0 commit comments