Skip to content
Snippets Groups Projects
Commit b10d3431 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

x86_64-linux-deb9: Fix LLVM extraction

parent 99ce236c
No related branches found
No related tags found
1 merge request!27Use GHC 8.6.5 as the minimum bootstrap compiler version
...@@ -50,7 +50,7 @@ RUN curl https://downloads.haskell.org/cabal/cabal-install-$CABAL_VERSION/cabal- ...@@ -50,7 +50,7 @@ RUN curl https://downloads.haskell.org/cabal/cabal-install-$CABAL_VERSION/cabal-
# LLVM # LLVM
ENV LLVM_TARBALL http://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz ENV LLVM_TARBALL http://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz
ENV PATH /opt/llvm/bin:$PATH ENV PATH /opt/llvm/bin:$PATH
RUN curl $LLVM_TARBALL | tar -xJC ..; \ RUN curl $LLVM_TARBALL | tar -xJC .; \
mkdir /opt/llvm; \ mkdir /opt/llvm; \
cp -R clang+llvm*/* /opt/llvm; \ cp -R clang+llvm*/* /opt/llvm; \
rm -R clang+llvm*; \ rm -R clang+llvm*; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment