Description
debuginfo-gdb tests fail on my system due to gdb not existing/gdb being misconfigured/gdb being not actually gdb/gdb being too new/gdb being too old/gdb outputting stuff to stderr/etc. There should be a way to disable selected collections of tests altogether in rustbuild.
I tried setting debuginfo-tests to false, but it only appears to tweak whether -g
gets passed to the tests by default.