jroesch commented on a change in pull request #6274:
URL: https://github.com/apache/incubator-tvm/pull/6274#discussion_r499059896
##########
File path: Makefile
##########
@@ -135,6 +135,11 @@ jvminstall:
mvn install -P$(JVM_PKG_PROFILE) -Dcxx="$(CXX)" \
-Dcflags="$(PKG_CFLAGS)" -Dldflags="$(PKG_LDFLAGS)" \
-Dcurrent_libdir="$(ROOTDIR)/$(OUTPUTDIR)"
$(JVM_TEST_ARGS))
+format:
+ ./tests/lint/git-clang-format.sh -i origin/master
Review comment:
So I think running Black without the caching is actually more
aggressive/safe, but YMMV, happy to change it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]