From 565bb59f45883bf95c690aa7e53816b70f088c2a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 6 Jun 2022 22:54:00 +0200 Subject: [PATCH] Fix ghcup_bootstrap test --- .gitlab/script/ghcup_bootstrap.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab/script/ghcup_bootstrap.sh b/.gitlab/script/ghcup_bootstrap.sh index 44e31a1..838f09e 100755 --- a/.gitlab/script/ghcup_bootstrap.sh +++ b/.gitlab/script/ghcup_bootstrap.sh @@ -6,20 +6,10 @@ set -eux mkdir -p "$CI_PROJECT_DIR"/.local/bin -ecabal() { - cabal "$@" -} - -eghcup() { - ghcup -v -c -s file://$(pwd)/ghcup-${JSON_VERSION}.yaml "$@" -} - git describe --always ### build -ecabal update - export BOOTSTRAP_HASKELL_NONINTERACTIVE=yes export BOOTSTRAP_HASKELL_GHC_VERSION=$GHC_VERSION export BOOTSTRAP_HASKELL_CABAL_VERSION=$CABAL_VERSION