Skip to content
Snippets Groups Projects
Commit 59a7c125 authored by Ryan Scott's avatar Ryan Scott Committed by Ben Gamari
Browse files

aarch64-linux-deb9: Fix bindist URL

parent 328ebc7d
No related branches found
No related tags found
1 merge request!27Use GHC 8.6.5 as the minimum bootstrap compiler version
...@@ -27,7 +27,7 @@ RUN curl $LLVM_TARBALL | tar -xJC .. && \ ...@@ -27,7 +27,7 @@ RUN curl $LLVM_TARBALL | tar -xJC .. && \
# GHC # GHC
# Use 8.8.1 to bootstrap, since earlier releases are especially buggy on AArch64 # Use 8.8.1 to bootstrap, since earlier releases are especially buggy on AArch64
ENV GHC_VERSION 8.8.1 ENV GHC_VERSION 8.8.1
RUN curl http://downloads.haskell.org/~ghc/$GHC_VERSION/ghc-$GHC_VERSION-aarch64-ubuntu_bionic-linux.tar.xz | tar -xJ RUN curl http://downloads.haskell.org/~ghc/$GHC_VERSION/ghc-$GHC_VERSION-aarch64-deb9-linux.tar.xz | tar -xJ
WORKDIR /ghc-$GHC_VERSION WORKDIR /ghc-$GHC_VERSION
RUN ./configure --prefix=/usr/local LLC=/opt/llvm6/bin/llc OPT=/opt/llvm6/bin/opt && \ RUN ./configure --prefix=/usr/local LLC=/opt/llvm6/bin/llc OPT=/opt/llvm6/bin/opt && \
make install make install
......
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