瀏覽代碼

LibC++ without release branch.

main
offa 8 年之前
父節點
當前提交
e9ff36b067
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      script/ci_install.sh

+ 3
- 3
script/ci_install.sh 查看文件

if [[ ! -d "${DEPENDENCY_DIR}/llvm-source" ]] if [[ ! -d "${DEPENDENCY_DIR}/llvm-source" ]]
then then
LLVM_RELEASE=release_50 LLVM_RELEASE=release_50
git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/llvm.git llvm-source
git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi
git clone --depth=1 https://github.com/llvm-mirror/llvm.git llvm-source
git clone --depth=1 https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi


if [[ -z "${BUILD_32_BITS}" ]] if [[ -z "${BUILD_32_BITS}" ]]
then then

Loading…
取消
儲存