mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 20:23:03 +08:00
Precompile new fgl dependency on armv6hf
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user