https://bugs.winehq.org/show_bug.cgi?id=54656
Bug ID: 54656 Summary: The winscard tests are not run on the GitLab CI Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winscard Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The winscard tests are not run on the GitLab CI:
winscard=dll is missing
See the gitlab-debian-* Linux results on: http://winetest.dolphin/data/tests/winscard:winscard.html
I'm putting this as a Wine bug rather than a Wine GitLab one because I think the fix is to update the tools/gitlab/image.docker file.
Also I'd argue this is a regression introduced by the commit that added the dependency on libpcsclite because the Docker image update should have been made there.
commit 8490c43f38e306fef7b5fed3ffcb256efd73af58 Author: Hans Leidekker hans@codeweavers.com AuthorDate: Thu Feb 16 09:56:12 2023 +0100
winscard: Implement SCardEstablish/ReleaseContext() on top of libpcsclite.