Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Trommler
ci-images
Commits
59a7c125
Commit
59a7c125
authored
Sep 17, 2019
by
Ryan Scott
Committed by
Ben Gamari
Sep 17, 2019
Browse files
aarch64-linux-deb9: Fix bindist URL
parent
328ebc7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
aarch64-linux-deb9/Dockerfile
View file @
59a7c125
...
...
@@ -27,7 +27,7 @@ RUN curl $LLVM_TARBALL | tar -xJC .. && \
# GHC
# Use 8.8.1 to bootstrap, since earlier releases are especially buggy on AArch64
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
RUN
./configure
--prefix
=
/usr/local
LLC
=
/opt/llvm6/bin/llc
OPT
=
/opt/llvm6/bin/opt
&&
\
make
install
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment