We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeb380 commit d02eac0Copy full SHA for d02eac0
libcxx/utils/ci/Dockerfile
@@ -51,8 +51,8 @@ RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-comp
51
# Install the most recently released LLVM
52
RUN apt-get update && apt-get install -y lsb-release wget software-properties-common
53
RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
54
-RUN ln -s $(find /usr/bin -regex '.+/clang\+\+-[a-zA-Z0-9.]+') /usr/bin/clang++
55
-RUN ln -s $(find /usr/bin -regex '.+/clang-[a-zA-Z0-9.]+') /usr/bin/clang
+RUN ln -s $(find /usr/bin -regex '^.+/clang\+\+-[0-9.]+$') /usr/bin/clang++
+RUN ln -s $(find /usr/bin -regex '^.+/clang-[0-9.]+$') /usr/bin/clang
56
57
# Install a recent GCC
58
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
0 commit comments