Skip to content

Commit

Permalink
overwrite PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
liligwu committed Dec 12, 2023
1 parent ff04936 commit 557842a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/fbgemm_gpu_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ __configure_fbgemm_gpu_build_rocm () {

echo "==============old path"
echo $PATH
new_path="$PATH:/opt/rocm/llvm/bin:\
new_path="/opt/rocm/llvm/bin:\
/opt/rocm/opencl/bin:\
/opt/rocm/hip/bin:\
/opt/rocm/hcc/bin:\
/opt/rocm/bin:\
/github/home/miniconda:/github/home/miniconda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
"
echo "==============new path"
echo $new_path
Expand Down

0 comments on commit 557842a

Please sign in to comment.