summaryrefslogtreecommitdiff
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-02-10 19:42:44 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-02-10 19:49:42 +0100
commit7ad1f043984386a8bb56a4a556942dcb02b1fd84 (patch)
treecd22f1680d14002a8593b9801875bd662d0bcee6 /.lgtm.yml
parent65be7042a876ffe186a42ced04cde60ed81d3136 (diff)
downloadsystemd-7ad1f043984386a8bb56a4a556942dcb02b1fd84.tar.gz
lgtm: use the system version of meson
LGTM was upgraded to Ubuntu Eoan, so the meson there is pretty new. Also, the pip command didn't work anyway, since it didn't attempt to update the previously installed meson.
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 5eb24f4a4d..eb17bd52de 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -5,16 +5,10 @@ extraction:
cpp:
prepare:
packages:
- - python3-pip
- - python3-setuptools
- - python3-wheel
- libpwquality-dev
- libfdisk-dev
- libp11-kit-dev
- libssl-dev
- after_prepare:
- - pip3 install meson
- - export PATH="$HOME/.local/bin/:$PATH"
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