Skip to content

Commit

Permalink
fix llvm install
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor committed Jun 3, 2021
1 parent 5f4e20e commit 4820f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install-llvm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fi

url_base=https://oss-cdn.nebula-graph.com.cn/toolset
this_dir=$(dirname $(readlink -f $0))
this_arch=$(uname -m)

version_files_dir=$this_dir/../share/nebula-gears

Expand Down Expand Up @@ -143,7 +144,7 @@ esac
exit 1
}

selected_archive=vesoft-llvm-$version-$selected_distro-$(uname -m)-glibc-$selected_libc.sh
selected_archive=vesoft-llvm-$version-$selected_distro-$this_arch-glibc-$selected_libc.sh

url=$url_base/$selected_archive
echo "Downloading $url"
Expand Down

0 comments on commit 4820f2a

Please sign in to comment.