Open avylove opened 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.
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,