From 6db9a014497761efa19e953e67645c8c0690820c Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 11 Aug 2022 07:13:33 -0400 Subject: CI: fix error when mixing clang 14 with released valgrind versions Because clang now defaults to a dwarf version that valgrind does not yet support. There's support in valgrind git master, though. --- mesonbuild/mesonlib/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mesonbuild/mesonlib') diff --git a/mesonbuild/mesonlib/__init__.py b/mesonbuild/mesonlib/__init__.py index 5b2e82d..9d673fd 100644 --- a/mesonbuild/mesonlib/__init__.py +++ b/mesonbuild/mesonlib/__init__.py @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + """Helper functions and classes.""" import os -- cgit v1.1