]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .lgtm.yml
nspawn: rework how /run/host/ is set up
[thirdparty/systemd.git] / .lgtm.yml
index 5eb24f4a4d8d7556a0524e1129abdafce0f87589..79512df980568acc59bd0b61ae390ecd9074d0b0 100644 (file)
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -5,26 +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
-      # 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