https://bugs.llvm.org/show_bug.cgi?id=49696

            Bug ID: 49696
           Summary: clang-fuzzer docker image fails to build
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Tooling
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

>From trunk today:
```
llvm/llvm-project$ docker build -t clang-fuzzer .
....
RUN svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
---> Running in 82c3719989f8
svn: E170011: Repository moved temporarily to
'https://llvm.org/svn/llvm-project/llvm/trunk'
```

Looks like s/http/https/g is the fix.

My guess is this may also be breaking other places, though I did not verify:
```
$ grep -R "http://llvm.org"; * | grep svn
compiler-rt/cmake/Modules/CompilerRTCompile.cmake:      "  echo '  cd
${LLVM_MAIN_SRC_DIR}/projects && svn co
http://llvm.org/svn/llvm-project/libcxx/trunk libcxx'"

llvm/utils/crosstool/create-snapshots.sh:readonly
LLVM_PROJECT_SVN="http://llvm.org/svn/llvm-project";

llvm/utils/release/test-release.sh:Base_url="http://llvm.org/svn/llvm-project";
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to