Skip to content

Commit

Permalink
Makefile fix: don't execute precheck during installation
Browse files Browse the repository at this point in the history
Due to mypy modifications, we can't build the sm RPM in Koji
without a recent pylint version. So the precheck target is only
executed in a github workflow now.

Signed-off-by: Ronan Abhamon <ronan.abhamon@vates.fr>
  • Loading branch information
Wescoeur committed Nov 28, 2024
1 parent caf3afe commit 2e3a10f
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 @@ -127,7 +127,7 @@ precheck: build
echo "Precheck succeeded with no outstanding issues found."

.PHONY: install
install: precheck
install: build
mkdir -p $(SM_STAGING)
$(call mkdir_clean,$(SM_STAGING))
mkdir -p $(SM_STAGING)$(SM_DEST)
Expand Down

0 comments on commit 2e3a10f

Please sign in to comment.