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
3a445b2e
Commit
3a445b2e
authored
Sep 17, 2019
by
Ben Gamari
🐢
Browse files
i386-linux-deb9: Fix bindist name
parent
df67f949
Changes
1
Hide whitespace changes
Inline
Side-by-side
i386-linux-deb9/Dockerfile
View file @
3a445b2e
...
...
@@ -21,7 +21,7 @@ RUN apt-get update -qq \
WORKDIR
/tmp
# Get i386 GHC bindist for 32 bit CI builds.
ENV
GHC_VERSION 8.6.5
RUN
curl https://downloads.haskell.org/~ghc/
$GHC_VERSION
/ghc-
$GHC_VERSION
-i386-deb
8
-linux
.tar.xz |
tar
-Jx
;
RUN
curl https://downloads.haskell.org/~ghc/
$GHC_VERSION
/ghc-
$GHC_VERSION
-i386-deb
9
-linux
.tar.xz |
tar
-Jx
;
WORKDIR
/tmp/ghc-$GHC_VERSION
RUN
setarch i386 ./configure
--prefix
=
/opt/ghc-i386/
$GHC_VERSION
CFLAGS
=
-m32
--target
=
i386-unknown-linux
--build
=
i386-unknown-linux
--host
=
i386-unknown-linux
;
\
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