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

i386-linux-deb9: Fix bindist name

parent df67f949
No related branches found
No related tags found
1 merge request!27Use GHC 8.6.5 as the minimum bootstrap compiler version
...@@ -21,7 +21,7 @@ RUN apt-get update -qq \ ...@@ -21,7 +21,7 @@ RUN apt-get update -qq \
WORKDIR /tmp WORKDIR /tmp
# Get i386 GHC bindist for 32 bit CI builds. # Get i386 GHC bindist for 32 bit CI builds.
ENV GHC_VERSION 8.6.5 ENV GHC_VERSION 8.6.5
RUN curl https://downloads.haskell.org/~ghc/$GHC_VERSION/ghc-$GHC_VERSION-i386-deb8-linux.tar.xz | tar -Jx; RUN curl https://downloads.haskell.org/~ghc/$GHC_VERSION/ghc-$GHC_VERSION-i386-deb9-linux.tar.xz | tar -Jx;
WORKDIR /tmp/ghc-$GHC_VERSION 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; \ 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; \ 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