Ryan Dahl
169d5d6ea0
Remove zlib dependency ( #1058 )
...
Deno does its own snapshot compression using lz4 and zstd, so no need to
build zlib into V8. See https://github.com/denoland/deno/pull/13320
2022-08-23 13:52:59 -04:00
Bert Belder
2f189e1668
Upgrade V8 to 10.3.174.3 ( #969 )
2022-05-18 10:53:34 +02:00
Ryan Dahl
184467a9cc
Upgrade to ICU 70 ( #919 )
2022-03-10 09:27:22 -08:00
Rafael Ávila de Espíndola
9a80684b03
Fix the build with python 3.10 ( #855 )
...
This updates jinja2 to ee69aa00ee8536f61db6a451f3858745cf587de6, which
is the version in v8's DEPS. This version is compatible with python
3.10.
2021-12-14 14:35:38 -05:00
Ryan Dahl
fe298359d9
Upgrade V8 to 9.2.230.10 ( #700 )
...
* We are floating a revert of v8/v8@7f9d7f0 because of the issue described in #694 .
* Upgrade ICU 68 -> 69
* Upgrade //build and //buildtools
* set v8_enable_shared_ro_heap = false to fix tests
2021-06-15 11:12:23 -04:00
Ryan Dahl
be90543ecd
change third_party/icu to point to denoland's github fork
2021-02-10 17:06:26 -05:00
Ryan Dahl
d60489c395
Support ICU ( #603 )
...
Co-authored-by: Kunihiro Ishiguro <kunihiro@zebra.dev>
2021-02-09 09:17:02 -05:00
Bert Belder
b19d0dc349
Sync third-party dependencies and build tools with Chromium ( #568 )
2021-01-01 18:02:58 -08:00
Bert Belder
6409d8b112
Upgrade V8 to 8.7.75 ( #462 )
2020-09-08 03:02:57 +02:00
Bert Belder
e88ea4ad01
Downgrade to V8 8.6.334 again ( #447 )
...
After the upgrade some Deno tests started crashing somewhere deep inside
V8, and the cause of these crashes is unclear.
This reverts the following commits:
* 12334ffe
Upgrade gn to 6f13aaac; make BUILD.gn compatible with it (#443 )
* f53f10d4
Upgrade V8 to 8.7.25 (#443 )
2020-08-28 17:52:05 +02:00
Ryan Dahl
f53f10d41f
Upgrade V8 to 8.7.25 ( #443 )
2020-08-27 23:38:54 +02:00
Bert Belder
24fa76aaaa
Upgrade V8 to 8.6.337 ( #430 )
2020-08-06 03:48:17 +02:00
Bert Belder
c1104f335e
Upgrade V8 to 8.5.216 ( #409 )
2020-06-26 17:32:44 +02:00
Bert Belder
9ad0d35718
Upgrade V8 to 8.4.300 ( #368 )
2020-05-06 03:48:19 +02:00
Bert Belder
8a3c19ece4
Upgrade V8 to 8.2.308 ( #306 )
2020-03-13 22:05:16 -07:00
Ryan Dahl
4f449b6ec6
Upgrade V8 to 8.1.310 ( #263 )
...
Co-authored-by: Bert Belder <bertbelder@gmail.com>
2020-01-30 20:44:28 -05:00
Bert Belder
76a423be1c
Upgrade V8 to 8.1.108 ( #197 )
2020-01-08 01:40:25 +01:00
Ryan Dahl
6cf92a7fa3
Upgrade V8 to 8.0.427
2019-12-04 11:29:33 -05:00
Ry Dahl
624f678bc7
replace gclient with git submodules so 'cargo package' works with verification ( #19 )
2019-11-29 18:58:29 -08:00
Ry Dahl
3fa1cbcc5e
Refactor build / enable 'cargo package' ( #15 )
2019-11-19 17:48:50 -05:00
Ry Dahl
ae7809136d
Make github actions green ( #2 )
...
No windows yet.
2019-11-01 00:10:00 -04:00
Ryan Dahl
fd6f0785a2
First pass at build with cargo_gn
2019-10-31 18:38:14 -04:00