Gitlab CI: Use DWARF-4 with Valgrind Fuzz job

Valgrind does not support Clang 14 + DWARF-5.

Ping #18191.
This commit is contained in:
João Valverde 2022-08-23 14:05:27 +01:00 committed by Gerald Combs
parent 3109ba9e57
commit a27ecac02a
1 changed files with 5 additions and 0 deletions

View File

@ -839,6 +839,11 @@ ASan randpkt Fuzz:
Valgrind Menagerie Fuzz:
extends: .fuzz-ubuntu
stage: fuzz-valgrind
variables:
# Use DWARF-4 debug info. Valgrind does not support Clang 14 with DWARF-5.
# https://gitlab.com/wireshark/wireshark/-/issues/18191
# https://www.mail-archive.com/valgrind-users@lists.sourceforge.net/msg07239.html
CFLAGS: "-gdwarf-4"
script:
- DEBIAN_FRONTEND=noninteractive apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get --yes install valgrind