junrushao commented on code in PR #389:
URL: https://github.com/apache/tvm-ffi/pull/389#discussion_r2671307916
##########
.github/workflows/ci_test.yml:
##########
@@ -45,6 +47,13 @@ jobs:
github_event_name: ${{ github.event_name }}
pr_base_ref: ${{ github.event.pull_request.base.ref || '' }}
pr_head_sha: ${{ github.event.pull_request.head.sha || '' }}
+ - name: Get changed C++ files
+ id: cpp_files
+ run: |
+ FILES=$(git diff --name-only --diff-filter=ACMR origin/${{
github.base_ref }}...HEAD -- \
+ '*.c' '*.cc' '*.cpp' '*.cxx' '*.h' '*.hpp' '*.hxx' | tr '\n' ' ')
Review Comment:
We should probably skip header files, because there’s no compilation
database generated for headers
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]