Skip to content
Snippets Groups Projects
Commit a3f95a0f authored by Alejandro Serrano Mena's avatar Alejandro Serrano Mena
Browse files

Enable building the compiler as a result (closes !1)

parent 02c2c4e9
No related branches found
No related tags found
No related merge requests found
Pipeline #9784 passed with warnings
......@@ -35,6 +35,7 @@ stages:
- tags
- web
- quick-look
- quick-look-build
############################################################
# Runner Tags
......@@ -196,7 +197,6 @@ lint-release-changelogs:
- ./boot
- ./configure $CONFIGURE_ARGS
- hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh` --docs=no-sphinx binary-dist
- hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh` --docs=no-sphinx test --summary-junit=./junit.xml
- mv _build/bindist/ghc*.tar.xz ghc.tar.xz
cache:
key: hadrian
......@@ -271,17 +271,6 @@ hadrian-ghc-in-ghci:
make bindisttest
- |
make binary-dist TAR_COMP_OPTS="-1"
- |
# Prepare to push git notes.
METRICS_FILE=$(mktemp)
git config user.email "ben+ghc-ci@smart-cactus.org"
git config user.name "GHC GitLab CI"
- |
THREADS=`mk/detect-cpu-count.sh`
make $TEST_TYPE THREADS=$THREADS JUNIT_FILE=../../junit.xml METRICS_FILE=$METRICS_FILE
- |
# Push git notes.
METRICS_FILE=$METRICS_FILE .gitlab/push-test-metrics.sh
dependencies: []
artifacts:
reports:
......@@ -357,7 +346,6 @@ validate-x86_64-darwin:
- ./boot
- ./configure $CONFIGURE_ARGS
- hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh` --docs=no-sphinx binary-dist
- hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh` --docs=no-sphinx test --summary-junit=./junit.xml
- mv _build/bindist/ghc*.tar.xz ghc.tar.xz
after_script:
- cp -Rf $HOME/.cabal cabal-cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment