Skip to content

Commit 6507565

Browse files
committed
Add JSC no-jit version into DISTS
1 parent d0ff995 commit 6507565

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

start.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,17 @@ class JSDistManager:
119119
'binary_name':
120120
'libjsc.so',
121121
},
122+
'jsc_245459_no_jit': {
123+
'download_url':
124+
'https://registry.npmjs.org/@kudo-ci/jsc-android/-/jsc-android-245459.0.0-no-jit.tgz',
125+
'version':
126+
'245459.0.0-no-jit',
127+
'meta': ('JIT-less', 'WebKitGTK 2.24.2', 'Support Intl'),
128+
'aar_glob':
129+
'**/android-jsc-intl/**/*.aar',
130+
'binary_name':
131+
'libjsc.so',
132+
},
122133
'v8_751': {
123134
'download_url':
124135
'https://registry.npmjs.org/v8-android/-/v8-android-7.5.1.tgz',

0 commit comments

Comments
 (0)