21 Jun
2025
21 Jun
'25
2:29 p.m.
From: Bernhard Übelacker <bernhardu(a)mailbox.org> --- tools/gitlab/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/gitlab/test.yml b/tools/gitlab/test.yml index e2deff8c13d..8ceba9867fb 100644 --- a/tools/gitlab/test.yml +++ b/tools/gitlab/test.yml @@ -52,6 +52,10 @@ interruptible: true variables: GIT_STRATEGY: none + # Non-ascii characters in authors name may get into the output of kernel32:process test which cause + # qemu-agent.py in Windows to fail with: UnicodeDecodeError: 'utf-8' codec can't decode byte ... + CI_COMMIT_AUTHOR: "" + GITLAB_USER_NAME: "" test-linux-64: extends: .wine-test -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8299