On 1/8/24 18:03, Thomas Huth wrote:
On 05/01/2024 20.11, Peter Maydell wrote:
https://gitlab.com/qemu-project/qemu/-/jobs/5871592479
failed with
$ htags -anT --tree-view=filetree -m qemu_init -t "Welcome to the QEMU
sourcecode"
htags: Negative exec line limit = -371
Does anybody have any idea what this is about ?
In case you haven't spotted it yet:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg1014394.html
Is anybody already already creating a patch to clear CI_COMMIT_MESSAGE
when invoking htags ?
That solution works fine on my CI, however, it is stated in Gitlab
documentation that overriding predefined variables is not recommended.
https://docs.gitlab.com/ee/ci/variables/predefined_variables.html
Avoid overriding predefined variables, as it can cause the pipeline to
behave unexpectedly.
Thanks,
Quang Minh.