summaryrefslogtreecommitdiff
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-03-03 16:40:48 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-03 20:27:42 +0100
commite31b6bd020507b0ccf323da02c76f706f7419eb7 (patch)
treedc75f0f374d5187af871d7c46970062955ed5bce /.lgtm.yml
parent1699f5378896263193d0fad3d6a2b72f1c8ce053 (diff)
downloadsystemd-e31b6bd020507b0ccf323da02c76f706f7419eb7.tar.gz
lgtm: drop the TMPDIR/meson workaround
The underlying issue seems to be fixed, so let's drop the now obsolete workarounds. Introduced in 65be7042a876ffe186a42ced04cde60ed81d3136
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index eb17bd52de..79512df980 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