Commit 23e211e6 authored by lijian's avatar lijian
Browse files

fix compile script err.


Signed-off-by: default avatarlijian <lijina6@sugon.com>
parent 10da3d32
...@@ -118,6 +118,7 @@ echo "ROCM_DISABLE_MULTIQP=$ROCM_DISABLE_MULTIQP" ...@@ -118,6 +118,7 @@ echo "ROCM_DISABLE_MULTIQP=$ROCM_DISABLE_MULTIQP"
build_rocshmem() build_rocshmem()
{ {
cd third-party/rocshmem/ cd third-party/rocshmem/
git config --global --add safe.directory .
if [ "$BUILD_SHCA" == "ON" ]; then if [ "$BUILD_SHCA" == "ON" ]; then
git checkout 1aab2cf87fe602b6ad62d93b054025fd1afa57bc git checkout 1aab2cf87fe602b6ad62d93b054025fd1afa57bc
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment