Skip to content

Commit e0972b8

Browse files
authored
Merge pull request #96 from riscv-software-src/crd-james
Fix missing rake dependence for CRD.
2 parents 517a166 + a3d60fa commit e0972b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/crd_doc/tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Dir.glob("#{$root}/arch/crd/*.yaml") do |f|
1919
"#{$root}/arch/crd_family/#{crd_obj[crd_name]['family']}.yaml",
2020
"#{CRD_DOC_DIR}/templates/crd.adoc.erb",
2121
__FILE__,
22-
"gen:arch"
22+
"#{$root}/.stamps/arch-gen-_64.stamp"
2323
] do |t|
2424
# TODO: schema validation
2525
arch_def = arch_def_for("_64")

0 commit comments

Comments
 (0)