]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
lgtm: drop the TMPDIR/meson workaround
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 3 Mar 2020 15:40:48 +0000 (16:40 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 3 Mar 2020 19:27:42 +0000 (20:27 +0100)
The underlying issue seems to be fixed, so let's drop the now obsolete
workarounds.

Introduced in 65be7042a876ffe186a42ced04cde60ed81d3136

.lgtm.yml

index eb17bd52de275e1353c5e41e17bef8d82247ac47..79512df980568acc59bd0b61ae390ecd9074d0b0 100644 (file)
--- 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