forked from cory/tildefriends
Upgrade v8 to 5.6.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3383 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
494a1a8776
commit
cfdfd4927b
10
tools/stablev8
Executable file
10
tools/stablev8
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import urllib
|
||||
import json
|
||||
|
||||
data = json.load(urllib.urlopen('http://omahaproxy.appspot.com/all.json'))
|
||||
for os in data:
|
||||
for version in os['versions']:
|
||||
if version['channel'] == 'stable':
|
||||
print version['v8_version'], os['os']
|
@ -25,7 +25,7 @@ kUvBranch = 'v1.10.1'
|
||||
kUvWork = 'uv'
|
||||
|
||||
kV8Repository = 'https://github.com/v8/v8.git'
|
||||
kV8Branch = 'branch-heads/5.5'
|
||||
kV8Branch = 'branch-heads/5.6'
|
||||
kV8Work = 'v8'
|
||||
|
||||
cores = multiprocessing.cpu_count()
|
||||
|
Loading…
Reference in New Issue
Block a user