From 03ae387a2ae59dd99a38b78d52fb11c60fe5c3cd Mon Sep 17 00:00:00 2001 From: Julian Ospald <hasufell@posteo.de> Date: Fri, 10 Sep 2021 14:54:41 +0200 Subject: [PATCH] lol --- .gitlab/ci.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh index 1e90c820d3..607bd25208 100755 --- a/.gitlab/ci.sh +++ b/.gitlab/ci.sh @@ -28,6 +28,14 @@ export BOOTSTRAP_HASKELL_CABAL_VERSION=$CABAL_INSTALL_VERSION export BOOTSTRAP_HASKELL_VERBOSE=1 export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=yes + +curl -O https://downloads.haskell.org/~ghcup/armv7-linux-ghcup +mv armv7-linux-ghcup "$GHCUP_BINDIR"/ghcup +chmod +x "$GHCUP_BINDIR"/ghcup + +ls /builds/maerwald/cabal/toolchain/.ghcup/bin/ +file /builds/maerwald/cabal/toolchain/.ghcup/bin/ghcup +ldd /builds/maerwald/cabal/toolchain/.ghcup/bin/ghcup curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh run cabal v2-install cabal-install \ -- GitLab