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 a9b85e9 commit 4da586fCopy full SHA for 4da586f
src/bootstrap/src/core/builder/tests.rs
@@ -1999,6 +1999,8 @@ mod snapshot {
1999
// bootstrap tests under bootstrap tests causes non-deterministic snapshot diffs
2000
// on CI.
2001
.args(&["--skip", "bootstrap"])
2002
+ // rustdoc-js-std requires nodejs to be present
2003
+ .args(&["--set", "build.nodejs=/bin/nodejs"])
2004
.render_steps(), @r"
2005
[build] rustc 0 <host> -> Tidy 1 <host>
2006
[test] tidy <>
0 commit comments