Skip to content

Commit

Permalink
build: Avoid confusion by using profile with clean
Browse files Browse the repository at this point in the history
The logs included spark and scala versions that didn't match the specified profile, which could lead to confusion.  This change update includes the profile to ensure consistency.
  • Loading branch information
Steve Vaughan committed Mar 19, 2024
1 parent 8aab44c commit b0999e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test-jvm: core
test: test-rust test-jvm
clean:
cd core && cargo clean
./mvnw clean
./mvnw clean $(PROFILES)
rm -rf .dist
bench:
cd core && RUSTFLAGS="-Ctarget-cpu=native" cargo bench $(filter-out $@,$(MAKECMDGOALS))
Expand Down

0 comments on commit b0999e0

Please sign in to comment.