microsoft / Linux-CommA

The Linux Commit Analyzer tracks patches from upstream and downstream kernels.
MIT License
8 stars 8 forks source link

Symbols doesn't print in CI #64

Open avylove opened 1 year ago

avylove commented 1 year ago

nox -vs symbols does not seem to detect any symbols when run in GitHub Actions, but does detect symbols when run locally. Will need to investigate,

avylove commented 1 year ago

This seems to be because the database in CI is empty. This shows a problem with the way the symbol checker works. Rather than checking all the commits in the history, it's only checking the patches in the database. This is likely to be inaccurate and means the symbol checker is dependent on running --upstream first.