summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-27 16:22:35 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-31 07:53:53 -0500
commit7cbdaad0396cee561f125c95f3352cebabd8ed99 (patch)
treeae0f1e119f65c9df04c74334c8e80f7009a7b0e0 /.gitlab-ci.yml
parentb69461a06166d2b1c600df87b87656d09122fb7c (diff)
downloadhaskell-7cbdaad0396cee561f125c95f3352cebabd8ed99.tar.gz
Fixes for cabal-reinstall CI job
* Allow filepath to be reinstalled * Bump some version bounds to allow newer versions of libraries * Rework testing logic to avoid "install --lib" and package env files Fixes #22344
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 896b2858e8..3999b645b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -456,6 +456,7 @@ test-cabal-reinstall-x86_64-linux-deb10:
TEST_ENV: "x86_64-linux-deb10-cabal-install"
rules:
- if: $NIGHTLY
+ - if: '$CI_MERGE_REQUEST_LABELS =~ /.*test-reinstall.*/'
########################################
# Testing ABI is invariant across builds