Split out Rust BPF no-std stuff (#4968)
This commit is contained in:
@@ -12,6 +12,7 @@ usage() {
|
||||
echo " Supported actions:"
|
||||
echo " build"
|
||||
echo " clean"
|
||||
echo " test"
|
||||
echo " clippy"
|
||||
echo " fmt"
|
||||
echo ""
|
||||
@@ -26,6 +27,13 @@ perform_action() {
|
||||
clean)
|
||||
./../../../sdk/bpf/rust/clean.sh "$2"
|
||||
;;
|
||||
test)
|
||||
(
|
||||
cd "$2"
|
||||
echo "test $2"
|
||||
cargo +nightly test
|
||||
)
|
||||
;;
|
||||
clippy)
|
||||
(
|
||||
cd "$2"
|
||||
|
Reference in New Issue
Block a user