ghcup-hs/.gitlab/before_script/linux/alpine/install_deps.sh
2020-04-19 18:55:07 +02:00

39 lines
394 B
Bash
Executable File

#!/bin/sh
set -eux
apk add --no-cache \
curl \
gcc \
g++ \
gmp-dev \
ncurses-dev \
libffi-dev \
make \
xz \
tar \
perl \
\
cabal \
ghc
# utils
apk add --no-cache \
bash
## Package specific
apk add --no-cache \
zlib \
zlib-dev \
zlib-static \
gmp \
gmp-dev \
openssl-dev \
openssl-libs-static \
xz \
xz-dev
. "$( cd "$(dirname "$0")" ; pwd -P )/../../../ghcup_env"