Fix ghcup_bootstrap test

This commit is contained in:
Julian Ospald 2022-06-06 22:54:00 +02:00
parent bcff46d3d4
commit 3af1286ab7
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 0 additions and 10 deletions

View File

@ -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