Skip to content

Commit 1bc1660

Browse files
rydevsnek
andauthored
feat: add back Temporal support (#1840)
Fixes #1839 I needed to patch temporal_capi to depend on temporal_rs 0.0.11 exactly: https://crates.io/crates/ry_temporal_capi/0.0.11-ry.1 --------- Co-authored-by: snek <[email protected]>
1 parent 42c1a75 commit 1bc1660

File tree

11 files changed

+788
-270
lines changed

11 files changed

+788
-270
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ third_party/android_ndk
1212
third_party/android_platform
1313
third_party/catapult
1414
third_party/llvm-build
15+
third_party/rust-toolchain

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@
5252
[submodule "third_party/dragonbox/src"]
5353
path = third_party/dragonbox/src
5454
url = https://chromium.googlesource.com/external/github.com/jk-jeon/dragonbox.git
55+
[submodule "third_party/rust"]
56+
path = third_party/rust
57+
url = https://chromium.googlesource.com/chromium/src/third_party/rust

.gn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ default_args = {
9999
# TODO: third_party/compiler-rt missing?
100100
use_llvm_libatomic = false
101101

102-
# TODO: wants to download rust nightly toolchain from GCS
103-
v8_enable_temporal_support = false
102+
enable_rust = true
103+
enable_rust_cxx = true
104+
v8_enable_temporal_support = true
104105

105106
# prevent hashdos
106107
v8_use_default_hasher_secret = false

0 commit comments

Comments
 (0)