aboutsummaryrefslogtreecommitdiff
path: root/hw/gpio/zaurus.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-01-11 12:55:43 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2024-01-13 11:30:06 +0300
commit32ade2abef75c1acd61b491d96a67d8f745af88a (patch)
treebe55d6d0dfb5d38ed5f8f14660a6918abceefb08 /hw/gpio/zaurus.c
parent08b37c90e6047d6167b3ec511cd47375c9ce1427 (diff)
downloadqemu-32ade2abef75c1acd61b491d96a67d8f745af88a.zip
qemu-32ade2abef75c1acd61b491d96a67d8f745af88a.tar.gz
qemu-32ade2abef75c1acd61b491d96a67d8f745af88a.tar.bz2
.gitlab-ci.d/buildtest.yml: Work around htags bug when environment is large
Sometimes the CI "pages" job fails with a message like this from htags: $ htags -anT --tree-view=filetree -m qemu_init -t "Welcome to the QEMU sourcecode" htags: Negative exec line limit = -371 This is due to a bug in hflags where if the environment is too large it falls over: https://lists.gnu.org/archive/html/bug-global/2024-01/msg00000.html This happens to us because GitLab CI puts the commit message of the commit under test into the CI_COMMIT_MESSAGE and/or CI_COMMIT_TAG_MESSAGE environment variables, so the job will fail if the commit happens to have a verbose commit message. Work around the htags bug by unsetting these variables while running htags. Cc: qemu-stable@nongnu.org Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2080 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240111125543.1573473-1-peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> (cherry picked from commit 52a21689cd829c1cc931b59b5ee5bdb10dd578c1) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/gpio/zaurus.c')
0 files changed, 0 insertions, 0 deletions