Skip to content

Commit 253b16f

Browse files
legendecasnodejs-github-bot
authored andcommitted
doc: add note about rust toolchain version requirement
PR-URL: #60942 Refs: #60897 Refs: #58730 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent a004535 commit 253b16f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

BUILDING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,16 @@ configure option:
10441044
./configure --openssl-conf-name=<some_conf_name>
10451045
```
10461046

1047+
## Building Node.js with Temporal support
1048+
1049+
Node.js supports the [Temporal](https://github.com/tc39/proposal-temporal) APIs, when
1050+
linking statically or dynamically with a version [temporal\_rs](https://github.com/boa-dev/temporal).
1051+
1052+
To build Node.js with Temporal support, a Rust toolchain is required:
1053+
1054+
* rustc >= 1.82 (with LLVM >= 19)
1055+
* cargo >= 1.82
1056+
10471057
## Building Node.js with FIPS-compliant OpenSSL
10481058

10491059
Node.js supports FIPS when statically or dynamically linked with OpenSSL 3 via

0 commit comments

Comments
 (0)