We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c285171 + 93b5393 commit 212d781Copy full SHA for 212d781
1 file changed
Makefile
@@ -1659,7 +1659,11 @@ endif
1659
profile:: profile-clean
1660
$(MAKE) PROFILE=GEN all
1661
$(MAKE) PROFILE=GEN -j1 test
1662
- $(MAKE) PROFILE=GEN -j1 perf
+ @if test -n "$$GIT_PERF_REPO" || test -d .git; then \
1663
+ $(MAKE) PROFILE=GEN -j1 perf; \
1664
+ else \
1665
+ echo "Skipping profile of perf tests..."; \
1666
+ fi
1667
$(MAKE) PROFILE=USE all
1668
1669
profile-fast: profile-clean
0 commit comments