Skip to content

Commit 6e17018

Browse files
author
David Roberts
authored
[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
1 parent dcd5839 commit 6e17018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

set_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fi
8888
case $SIMPLE_PLATFORM in
8989

9090
linux)
91-
PATH=/usr/local/gcc75/bin:/usr/bin:/bin:/usr/local/gcc75/sbin:/usr/sbin:/sbin
91+
PATH=/usr/local/gcc75/bin:/usr/bin:/bin:/usr/local/gcc75/sbin:/usr/sbin:/sbin:/usr/local/bin
9292
;;
9393

9494
linux-musl)

0 commit comments

Comments
 (0)