ghcup-hs/.gitlab/before_script/linux/install_deps_minimal.sh

11 lines
221 B
Bash
Raw Normal View History

2020-09-29 08:57:21 +00:00
#!/bin/sh
set -eux
. "$( cd "$(dirname "$0")" ; pwd -P )/../../ghcup_env"
mkdir -p "${TMPDIR}"
sudo apt-get update -y
sudo apt-get install -y libnuma-dev zlib1g-dev libgmp-dev libgmp10 libssl-dev liblzma-dev git wget