Skip to content

Commit 152f19d

Browse files
committed
fix(justfile): remove Rust cross build-riscv recipe from Ada project
1 parent de38790 commit 152f19d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Justfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,3 @@ crg-badge:
9696
D) color="orange" ;; E) color="red" ;; F) color="critical" ;; \
9797
*) color="lightgrey" ;; esac; \
9898
echo "[![CRG $$grade](https://img.shields.io/badge/CRG-$$grade-$$color?style=flat-square)](https://github.com/hyperpolymath/standards/tree/main/component-readiness-grades)"
99-
100-
101-
# [AUTO-GENERATED] Multi-arch / RISC-V target
102-
build-riscv:
103-
@echo "Building for RISC-V..."
104-
cross build --target riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)