Skip to content

gitlab-ci: Check for dynamic msys2 dependencies

Ben Gamari requested to merge wip/T20878 into master

Both #20878 and #21196 (closed) were caused by unwanted dynamic dependencies being introduced by boot libraries. Ensure that we catch this in CI by attempting to run GHC in an environment with a minimal PATH.

Merge request reports