Hans Leidekker (@hans) commented about tools/gitlab/image.docker:
samba-dev:amd64 \ unixodbc-dev:amd64 unixodbc-dev:i386 \ x11proto-dev && \
- apt-get install -y --no-install-recommends libpcsclite-dev:i386 && \
libpcsclite-dev:i386 should not be needed for 32-bit support, but installing it should not be an issue either.
It is an issue because configure will pick it up and enable winscard in the 32-bit build. Again, I don't think this is worth fixing given that it requires this workaround as well as complicating the implementation. Let's just install the 64-bit version. Testing the 32-bit version can wait until we can run it without depending on 32-bit host libraries.