Procházet zdrojové kódy

LibC++ without release branch.

main
offa před 7 roky
rodič
revize
e9ff36b067
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      script/ci_install.sh

+ 3
- 3
script/ci_install.sh Zobrazit soubor

@@ -29,9 +29,9 @@ then
if [[ ! -d "${DEPENDENCY_DIR}/llvm-source" ]]
then
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}" ]]
then

Načítá se…
Zrušit
Uložit