Precompile new fgl dependency on armv6hf
This commit is contained in:
parent
da4885a71d
commit
8dc0fdb4cc
|
@ -52,6 +52,7 @@ RUN pirun apt-get install -y ghc cabal-install
|
||||||
ENV CABALOPTS "--ghc-options;-split-sections -optc-Os -optc-Wl,--gc-sections;--gcc-options;-Os -Wl,--gc-sections -ffunction-sections -fdata-sections"
|
ENV CABALOPTS "--ghc-options;-split-sections -optc-Os -optc-Wl,--gc-sections;--gcc-options;-Os -Wl,--gc-sections -ffunction-sections -fdata-sections"
|
||||||
RUN pirun cabal update
|
RUN pirun cabal update
|
||||||
RUN IFS=";" && pirun cabal install --dependencies-only $CABALOPTS ShellCheck
|
RUN IFS=";" && pirun cabal install --dependencies-only $CABALOPTS ShellCheck
|
||||||
|
RUN IFS=';' && pirun cabal install $CABALOPTS --lib fgl
|
||||||
|
|
||||||
# Copy the build script
|
# Copy the build script
|
||||||
WORKDIR /pi/scratch
|
WORKDIR /pi/scratch
|
||||||
|
|
Loading…
Reference in New Issue