diff options
author | Zubin Duggal <zubin.duggal@gmail.com> | 2021-12-14 18:11:18 +0530 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-01-26 19:45:58 -0500 |
commit | 83d3ad3148917028529b4c5614e2a03877e21863 (patch) | |
tree | 17c075b46256cd93a162f3c833fef91c8a4f8ba2 /.gitlab | |
parent | b5132f8659744303300a442212ccec4cba191e29 (diff) | |
download | haskell-83d3ad3148917028529b4c5614e2a03877e21863.tar.gz |
hadrian: Allow testing of the stage1 compiler (#20755)
Diffstat (limited to '.gitlab')
-rwxr-xr-x | .gitlab/ci.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh index c30f5ec846..9449fa27f9 100755 --- a/.gitlab/ci.sh +++ b/.gitlab/ci.sh @@ -524,6 +524,12 @@ function test_hadrian() { run_hadrian \ test \ + --test-root-dirs=testsuite/tests/stage1 \ + --test-compiler=stage1 \ + "runtest.opts+=${RUNTEST_ARGS:-}" + + run_hadrian \ + test \ --summary-junit=./junit.xml \ --test-have-intree-files \ --test-compiler="$TOP/_build/install/bin/ghc$exe" \ |