Skip to content

Commit

Permalink
Simplify build commands now that python is gone
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bottriell <ryan@bottriell.ca>
  • Loading branch information
rydrman committed Apr 10, 2022
1 parent 75f2ee6 commit d1924f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d1924f9

Please sign in to comment.