Skip to content

Draft: test-msys2.sh: Copy built DLLs into each directory with tests

Simon McVittie requested to merge wip/smcv/workaround-3262 into main

This works around a Meson bug where a system-wide installed copy of GLib can incorrectly get used in preference to the just-built copy (see https://github.com/mesonbuild/meson/issues/12330).

In principle some of these are unnecessary (for example libgio-2.0-0.dll only needs to be in gio/tests/ and girepository/tests/) but it's simpler to copy each DLL to each tests directory.

Fixes: c428d6e6 "ci: Build and tar the platform specific documentation"
Resolves: #3262 (closed)

Edited by Simon McVittie

Merge request reports