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
[7.x][ML] Adding /usr/local/bin to the Linux PATH for FOSSA (#1449)
Most of our Linux tools go under /usr/local/gcc<ver>/bin
as we build them ourselves with a specific version of gcc.
But some, e.g. FOSSA, are in /usr/local/bin, so this
directory needs adding to the PATH as a last resort.
Backport of #1441
0 commit comments