Precompile new fgl dependency on armv6hf

This commit is contained in:
Vidar Holen 2022-07-20 12:43:28 -07:00
parent da4885a71d
commit 8dc0fdb4cc
1 changed files with 1 additions and 0 deletions

View File

@ -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"
RUN pirun cabal update
RUN IFS=";" && pirun cabal install --dependencies-only $CABALOPTS ShellCheck
RUN IFS=';' && pirun cabal install $CABALOPTS --lib fgl
# Copy the build script
WORKDIR /pi/scratch