http://bugs.winehq.org/show_bug.cgi?id=58513
--- Comment #15 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to xeroxslayer from comment #14)
Regarding commit 745a11a231816a7d82490156c72a18c39216a14c, I basically build with whatever is committed up until commit 745a11a231816a7d82490156c72a18c39216a14c, without that commit, correct? I presume GitLab makes a zip archive of the source after every commit? If so, where do I find this archive?
There's no archive, you would need to clone the git, and perform usual things like $ git reset --hard 745a11a231816a7d82490156c72a18c39216a14c build, make sure that the bug persists. $ git show 745a11a231816a7d82490156c72a18c39216a14c | patch -p1 -R build, see if the bug is fixed.