Skip to content
Snippets Groups Projects
Commit b8ebcc84 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Try again

parent 014854af
No related branches found
No related tags found
No related merge requests found
Pipeline #4770 canceled
...@@ -90,14 +90,11 @@ validate-x86_64-linux-deb8-hadrian: ...@@ -90,14 +90,11 @@ validate-x86_64-linux-deb8-hadrian:
- ./configure $CONFIGURE_ARGS - ./configure $CONFIGURE_ARGS
- | - |
THREADS=`mk/detect-cpu-count.sh` THREADS=`mk/detect-cpu-count.sh`
GhcDebugged=YES
make V=0 -j$THREADS make V=0 -j$THREADS
make -C ghc re2 GhcStage2HcOpts=-debug
- | - |
make binary-dist TAR_COMP_OPTS="-1" make binary-dist TAR_COMP_OPTS="-1"
mv ghc-*.tar.xz ghc.tar.xz mv ghc-*.tar.xz ghc.tar.xz
- |
THREADS=`mk/detect-cpu-count.sh`
make $TEST_TYPE THREADS=$THREADS JUNIT_FILE=../../junit.xml SKIP_PERF_TESTS=YES
artifacts: artifacts:
reports: reports:
junit: junit.xml junit: junit.xml
......
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