You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the switch to Meson, CodeQL seemed to have started ignoring all our
compiled code, presumably due to meson-python putting things in a random
build directory.
Since all that is necessary is a compile, we don't need all the Python
metadata, and since the Autobuild step supports Meson, so we can just
have it run it itself. We do need to install our build dependencies, but
this is much shorter than before.
0 commit comments