mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Sync third-party dependencies and build tools with Chromium (#568)
This commit is contained in:
parent
52ef869de7
commit
b19d0dc349
10 changed files with 11 additions and 11 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 23ef5333a357fc7314630ef88b44c3a545881dee
|
||||
Subproject commit eb94f1c7aa96207f469008f29989a43feb2718f8
|
2
build
2
build
|
@ -1 +1 @@
|
|||
Subproject commit 6298d5546af5135b25e29a601b8414d0a16ecafb
|
||||
Subproject commit 5fb411ddc335f0d76a12033d7b0a707f9ed89048
|
2
build.rs
2
build.rs
|
@ -163,7 +163,7 @@ fn platform() -> &'static str {
|
|||
fn download_ninja_gn_binaries() {
|
||||
let target_dir = build_dir();
|
||||
let bin_dir = target_dir
|
||||
.join("ninja_gn_binaries-20200827")
|
||||
.join("ninja_gn_binaries-20210101")
|
||||
.join(platform());
|
||||
let gn = bin_dir.join("gn");
|
||||
let ninja = bin_dir.join("ninja");
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 445254d48adf5dde06ed1fe862a834c5638e61b9
|
||||
Subproject commit 4fb27ec8c8f420bd274f326b4210aa9f6a920d39
|
2
third_party/jinja2
vendored
2
third_party/jinja2
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 61cfe2ac6c9108534c43b4039a95a0980251f266
|
||||
Subproject commit a82a4944a7f2496639f34a89c9923be5908b80aa
|
2
third_party/markupsafe
vendored
2
third_party/markupsafe
vendored
|
@ -1 +1 @@
|
|||
Subproject commit f2fb0f21ef1e1d4ffd43be8c63fc3d4928dea7ab
|
||||
Subproject commit 0944e71f4b2cb9a871bcbe353f95e889b64a611a
|
2
third_party/zlib
vendored
2
third_party/zlib
vendored
|
@ -1 +1 @@
|
|||
Subproject commit aec16ef74550b35e0c7a8ad630194e06cdfef82f
|
||||
Subproject commit e84c9a3fd75fdc39055b7ae27d6ec508e50bd39e
|
|
@ -1 +1 @@
|
|||
Subproject commit 03bacc323567b1f522fdf52f03a315b587da1826
|
||||
Subproject commit 3aa688cdf8bd54f9e2dad5e1c65d4a385bd0b48d
|
|
@ -18,7 +18,7 @@ except ImportError: # For Py3 compatibility
|
|||
from urllib.error import HTTPError, URLError
|
||||
from urllib.request import urlopen
|
||||
|
||||
URL = "https://github.com/denoland/ninja_gn_binaries/archive/20200827.tar.gz"
|
||||
URL = "https://github.com/denoland/ninja_gn_binaries/archive/20210101.tar.gz"
|
||||
DIR = None
|
||||
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# WARNING: This is not an automated tool! This is just some commands to copy and
|
||||
# paste manually to upgrade V8.
|
||||
|
||||
export BRANCH=20200907_rusty_v8
|
||||
export COMMITDATE=2020-09-07T05:03:42.000Z
|
||||
export BRANCH=20210101_rusty_v8
|
||||
export COMMITDATE=2020-11-12T08:56:11.000Z
|
||||
|
||||
git submodule update -f
|
||||
git submodule foreach 'git remote rm upstream; true' &&
|
||||
|
|
Loading…
Reference in a new issue