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 c494af4 commit 7eed99bCopy full SHA for 7eed99b
backends/manual/tasks.rake
@@ -306,7 +306,8 @@ Dir.glob($root / "arch" / "manual" / "**" / "contents.yaml") do |content_fn|
306
"--git-dir=#{$root}/.git/modules/ext/riscv-isa-manual",
307
"worktree add",
308
t.name,
309
- content_obj["isa_manual_tree"]
+ content_obj["isa_manual_tree"],
310
+ "2>&1"
311
].join(" ")
312
sh cmd
313
end
0 commit comments