We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1591901 commit 1c1d630Copy full SHA for 1c1d630
src/bootstrap/src/core/builder/tests.rs
@@ -2046,6 +2046,8 @@ mod snapshot {
2046
// bootstrap tests under bootstrap tests causes non-deterministic snapshot diffs
2047
// on CI.
2048
.args(&["--skip", "bootstrap"])
2049
+ // rustdoc-js-std requires nodejs to be present
2050
+ .args(&["--set", "build.nodejs=/bin/nodejs"])
2051
.render_steps(), @r"
2052
[build] rustc 0 <host> -> Tidy 1 <host>
2053
[test] tidy <>
0 commit comments