diff options
author | Kostya Serebryany <kcc@google.com> | 2019-12-12 11:46:36 -0800 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2019-12-12 11:46:36 -0800 |
commit | 2ae468e4d5990c6d9b19945e2e8b03e59e93de5a (patch) | |
tree | 54f0b59c7e05b13085695ccfdf8a926af0933e78 /projects/llvm_libcxxabi | |
parent | 2290b8080c04081ad933158dc6426c89f26ca421 (diff) |
[llvm_libcxxabi] switch to the new github repo
Diffstat (limited to 'projects/llvm_libcxxabi')
-rw-r--r-- | projects/llvm_libcxxabi/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/llvm_libcxxabi/Dockerfile b/projects/llvm_libcxxabi/Dockerfile index fcba44ff..15ca3e10 100644 --- a/projects/llvm_libcxxabi/Dockerfile +++ b/projects/llvm_libcxxabi/Dockerfile @@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER kcc@google.com RUN apt-get update && apt-get install -y subversion -RUN svn co https://llvm.org/svn/llvm-project/libcxxabi/trunk llvm_libcxxabi -WORKDIR llvm_libcxxabi +RUN git clone --depth 1 https://github.com/llvm/llvm-project.git +WORKDIR llvm-project/libcxxabi COPY build.sh $SRC/ |