summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-01 16:48:20 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-12 19:16:40 -0400
commitcdd45a61ecfc34d3610dff4b654f1bca5dcb6829 (patch)
tree90bfa8007b9e4c2f9630139b0df6df69ed702971
parentdc0945975e7bc446fe3d748535154bfff8158198 (diff)
downloadhaskell-cdd45a61ecfc34d3610dff4b654f1bca5dcb6829.tar.gz
gitlab-ci: Mark more broken tests on Alpine
-rw-r--r--.gitlab-ci.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fd04734e44..ff47031d86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -995,9 +995,11 @@ release-x86_64-linux-ubuntu2004:
CONFIGURE_ARGS: "--disable-ld-override"
INSTALL_CONFIGURE_ARGS: "--disable-ld-override"
HADRIAN_ARGS: "--docs=no-sphinx"
- # encoding004 due to lack of locale support
- # T10458 due to fact that dynamic linker tries to reload libAS
- BROKEN_TESTS: "encoding004 T10458"
+ # encoding004: due to lack of locale support
+ # T10458, ghcilink002: due to #17869
+ # linker_unload_native: due to musl not supporting any means of probing dynlib dependencies
+ # (see Note [Object unloading]).
+ BROKEN_TESTS: "encoding004 T10458 ghcilink002 linker_unload_native"
cache:
key: linux-x86_64-alpine-$CACHE_REV
artifacts: