Fix performance-tests.yml

This commit is contained in:
Jeremy 2023-09-12 01:21:53 -04:00
parent 2545e6c2e5
commit 3e556e370a
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -17,7 +17,7 @@ jobs:
"-DCPPTRACE_GET_SYMBOLS_WITH_LIBDWARF=On -DCPPTRACE_BUILD_SPEEDTEST_DWARF4=On", "-DCPPTRACE_GET_SYMBOLS_WITH_LIBDWARF=On -DCPPTRACE_BUILD_SPEEDTEST_DWARF4=On",
"-DCPPTRACE_GET_SYMBOLS_WITH_LIBDWARF=On -DCPPTRACE_BUILD_SPEEDTEST_DWARF5=On" "-DCPPTRACE_GET_SYMBOLS_WITH_LIBDWARF=On -DCPPTRACE_BUILD_SPEEDTEST_DWARF5=On"
] ]
exclude: #exclude:
## TODO: Maybe a bug in dwarf5_ranges. b _dwarf_error_string ## TODO: Maybe a bug in dwarf5_ranges. b _dwarf_error_string
## DW_DLE_RNGLISTS_ERROR: rnglists table index of 2052 too large for table of 5 entries. ## DW_DLE_RNGLISTS_ERROR: rnglists table index of 2052 too large for table of 5 entries.
#- config: "-DCPPTRACE_GET_SYMBOLS_WITH_LIBDWARF=On -DCPPTRACE_BUILD_SPEEDTEST_DWARF5=On" #- config: "-DCPPTRACE_GET_SYMBOLS_WITH_LIBDWARF=On -DCPPTRACE_BUILD_SPEEDTEST_DWARF5=On"