From d1924f92113a35a8ad9cea7613544b76b606f483 Mon Sep 17 00:00:00 2001 From: Ryan Bottriell Date: Sat, 9 Apr 2022 21:58:12 -0700 Subject: [PATCH] Simplify build commands now that python is gone Signed-off-by: Ryan Bottriell --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6766bb2bc9..04bb7d2fe5 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,7 @@ clean: packages.clean .PHONY: lint lint-rust lint: lint-rust lint-rust: - # we need to ingore this clippy warning until the next - # release of py03 which solves for it - cargo clippy -- -Dwarnings -Aclippy::needless_option_as_deref + cargo clippy .PHONY: format format: @@ -32,7 +30,7 @@ format: .PHONY: test test-rust test: test-rust test-rust: - spfs run - -- cargo test --no-default-features + spfs run - -- cargo test converters: $(MAKE) -C packages spk-convert-pip/spk-convert-pip.spk