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 0d2a3af commit d341887Copy full SHA for d341887
src/bootstrap/src/core/builder/tests.rs
@@ -1915,6 +1915,8 @@ mod snapshot {
1915
// bootstrap tests under bootstrap tests causes non-deterministic snapshot diffs
1916
// on CI.
1917
.args(&["--skip", "bootstrap"])
1918
+ // rustdoc-js-std requires nodejs to be present
1919
+ .args(&["--set", "build.nodejs=/bin/nodejs"])
1920
.render_steps(), @r"
1921
[build] rustc 0 <host> -> Tidy 1 <host>
1922
[test] tidy <>
0 commit comments