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
We recently ran into a broken installation when using RPATH, for which the sanity check passed.
The problem was that the binaries were finding libraries in the build directory, which is removed when completing the installation, see vscentrum/vsc-software-stack#364 (comment) for more details.
This indicates that we should remove/rename the build directory before we run the sanity check, since there may be "false positives" for sanity check commands when the build directory is still in place...