From: Frantisek Sumsal Date: Tue, 3 Mar 2020 15:40:48 +0000 (+0100) Subject: lgtm: drop the TMPDIR/meson workaround X-Git-Tag: v245~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e31b6bd020507b0ccf323da02c76f706f7419eb7;p=thirdparty%2Fsystemd.git lgtm: drop the TMPDIR/meson workaround The underlying issue seems to be fixed, so let's drop the now obsolete workarounds. Introduced in 65be7042a876ffe186a42ced04cde60ed81d3136 --- diff --git a/.lgtm.yml b/.lgtm.yml index eb17bd52de2..79512df9805 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -9,16 +9,6 @@ extraction: - libfdisk-dev - libp11-kit-dev - libssl-dev - before_index: - # /tmp has `noexec` set in the LGTM infra which breaks meson's - # compilation checks. Let's temporarily override TMPDIR to /var/tmp which - # should work as expected - # See: https://discuss.lgtm.com/t/meson-fails-to-determine-sizes-of-basic-data-types/2639 - - export TMPDIR=/var/tmp - index: - build_command: - - meson build - - ninja -C build python: python_setup: version: 3