Skip to content

Commit

Permalink
Update v8 to tip of master (6.7 candidate) (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Mar 16, 2018
1 parent 1ad7c11 commit 50bdc80
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 775 deletions.
14 changes: 7 additions & 7 deletions .gclient_entries
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
entries = {
'v8': 'https://chromium.googlesource.com/v8/v8.git',
'v8/base/trace_event/common': 'https://chromium.googlesource.com/chromium/src/base/trace_event/common.git@0e9a47d74970bee1bbfc063c47215406f8918699',
'v8/build': 'https://chromium.googlesource.com/chromium/src/build.git@b1d6c28b4a64128ad856d9da458afda2861fddab',
'v8/base/trace_event/common': 'https://chromium.googlesource.com/chromium/src/base/trace_event/common.git@e0009bbd703ac62516d0bf06947500ee6a3037cc',
'v8/build': 'https://chromium.googlesource.com/chromium/src/build.git@95a628b63bb0bfd432848d0f6ee2293eddd03f10',
'v8/buildtools': 'https://chromium.googlesource.com/chromium/buildtools.git@2888931260f2a32bc583f005bd807a561b2fa6af',
'v8/test/benchmarks/data': 'https://chromium.googlesource.com/v8/deps/third_party/benchmarks.git@05d7188267b4560491ff9155c5ee13e207ecd65f',
'v8/test/mozilla/data': 'https://chromium.googlesource.com/v8/deps/third_party/mozilla-tests.git@f6c578a10ea707b1a8ab0b88943fe5115ce2b9be',
'v8/test/test262/data': 'https://chromium.googlesource.com/external/github.com/tc39/test262.git@b59d956b3c268abd0875aeb87d6688f4c7aafc9b',
'v8/test/test262/data': 'https://chromium.googlesource.com/external/github.com/tc39/test262.git@0192e0d70e2295fb590f14865da42f0f9dfa64bd',
'v8/test/test262/harness': 'https://chromium.googlesource.com/external/github.com/test262-utils/test262-harness-py.git@0f2acdd882c84cff43b9d60df7574a1901e2cdcd',
'v8/test/wasm-js': 'https://chromium.googlesource.com/external/github.com/WebAssembly/spec.git@4653fc002a510b4f207af07f2c7c61b13dba78d9',
'v8/test/wasm-js': 'https://chromium.googlesource.com/external/github.com/WebAssembly/spec.git@893ea392049ca49da4b6a2eb195e240e7844aa9d',
'v8/testing/gmock': 'https://chromium.googlesource.com/external/googlemock.git@0421b6f358139f02e102c9c332ce19a33faf75be',
'v8/testing/gtest': 'https://chromium.googlesource.com/external/github.com/google/googletest.git@6f8a66431cb592dad629028a50b3dd418a408c87',
'v8/third_party/catapult': 'https://chromium.googlesource.com/catapult.git@8a42ad3cb185e340c32b20f657980fd057e3769f',
'v8/third_party/catapult': 'https://chromium.googlesource.com/catapult.git@7b53f088f8e81ed262a051e6a3dfe5ec078037f4',
'v8/third_party/colorama/src': 'https://chromium.googlesource.com/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8db2e18e6b8',
'v8/third_party/icu': 'https://chromium.googlesource.com/chromium/deps/icu.git@d888fd2a1be890f4d35e43f68d6d79f42519a357',
'v8/third_party/instrumented_libraries': 'https://chromium.googlesource.com/chromium/src/third_party/instrumented_libraries.git@b745ddca2c63719167c0f2008ae19e667c5e9952',
'v8/third_party/instrumented_libraries': 'https://chromium.googlesource.com/chromium/src/third_party/instrumented_libraries.git@323cf32193caecbf074d1a0cb5b02b905f163e0f',
'v8/third_party/jinja2': 'https://chromium.googlesource.com/chromium/src/third_party/jinja2.git@d34383206fa42d52faa10bb9931d6d538f3a57e0',
'v8/third_party/markupsafe': 'https://chromium.googlesource.com/chromium/src/third_party/markupsafe.git@8f45f5cfa0009d2a70589bcda0349b8cb2b72783',
'v8/tools/clang': 'https://chromium.googlesource.com/chromium/src/tools/clang.git@b3d3f5920b161f95f1a8ffe08b75c695e0edf350',
'v8/tools/clang': 'https://chromium.googlesource.com/chromium/src/tools/clang.git@0a9737b9d40402c2fc36afb1349f3abdf7eb1f38',
'v8/tools/gyp': 'https://chromium.googlesource.com/external/gyp.git@d61a9397e668fa9843c4aa7da9e79460fe590bfb',
'v8/tools/luci-go': 'https://chromium.googlesource.com/chromium/src/tools/luci-go.git@ff0709d4283b1f233dcf0c9fec1672c6ecaed2f1',
'v8/tools/swarming_client': 'https://chromium.googlesource.com/infra/luci/client-py.git@88229872dd17e71658fe96763feaa77915d8cbd6',
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def build(arch, mode) {
timestamps {
def gitRevision = '' // we calculate this later for the v8 repo
// FIXME How do we get the current branch in a detached state?
def gitBranch = '6.6-lkgr'
def gitBranch = 'master' // V8 branch
def timestamp = '' // we generate this later
def v8Version = '' // we calculate this later from the v8 repo
def modes = ['release'] // 'debug'
Expand Down Expand Up @@ -86,7 +86,7 @@ timestamps {
withEnv(["PATH+DEPOT_TOOLS=${env.WORKSPACE}/depot_tools"]) {
dir('v8') {
sh 'rm -rf out.gn/'
sh 'git apply ../ndk16b_6.6.patch'
sh 'git apply ../ndkr16b_6.7.patch'
sh '../depot_tools/gclient sync --shallow --no-history --reset --force' // needs python
}
}
Expand Down
2 changes: 1 addition & 1 deletion build_mac_v8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export PATH=`pwd`/depot_tools:"$PATH"
cd v8
git checkout -- . # "clean" the v8 directory
rm -rf out.gn/
git apply ../ndk16b_6.56.patch
git apply ../ndkr16b_6.7.patch
echo "Asking gclient to update v8 dependencies"
gclient sync --shallow --no-history
cd ..
Expand Down
Loading

0 comments on commit 50bdc80

Please sign in to comment.