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 fb0c179 commit 208ed47Copy full SHA for 208ed47
src/bootstrap/src/core/builder/tests.rs
@@ -1860,6 +1860,8 @@ mod snapshot {
1860
// bootstrap tests under bootstrap tests causes non-deterministic snapshot diffs
1861
// on CI.
1862
.args(&["--skip", "bootstrap"])
1863
+ // rustdoc-js-std requires nodejs to be present
1864
+ .args(&["--set", "build.nodejs=/bin/nodejs"])
1865
.render_steps(), @r"
1866
[build] rustc 0 <host> -> Tidy 1 <host>
1867
[test] tidy <>
0 commit comments