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

hack

parent e1812465
No related branches found
No related tags found
1 merge request!19Add armv7 image
Pipeline #7088 passed
......@@ -34,6 +34,9 @@ WORKDIR /
RUN rm -Rf ghc-*
RUN ghc --version
# XXX: Terrible terrible hack
RUN ln -s libgmp.so.10 /usr/lib/arm-linux-gnueabihf/libgmp.so
# LLVM
ENV LLVM_TARBALL http://releases.llvm.org/7.0.0/clang+llvm-7.0.0-armv7a-linux-gnueabihf.tar.xz
ENV LLC /opt/llvm7/bin/llc
......
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