aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-08-11 07:13:33 -0400
committerDylan Baker <dylan@pnwbakers.com>2022-08-11 08:05:48 -0700
commit6db9a014497761efa19e953e67645c8c0690820c (patch)
treefb3b9b7f77a2ebeb10b0b8393237aebdfa1f72f8 /mesonbuild/mesonlib
parent00f8ced0486d495ce83ab32c6065dd8ea96f63e8 (diff)
downloadmeson-6db9a014497761efa19e953e67645c8c0690820c.zip
meson-6db9a014497761efa19e953e67645c8c0690820c.tar.gz
meson-6db9a014497761efa19e953e67645c8c0690820c.tar.bz2
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.
Diffstat (limited to 'mesonbuild/mesonlib')
-rw-r--r--mesonbuild/mesonlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
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