diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-07-28 10:26:29 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-07-28 11:26:10 +0200 |
commit | 8f876748d3f89d822b1167214ed4fb66146dc3df (patch) | |
tree | e472e6d9e74499534b089062b1d4fa5c1f0ea73c /.lgtm.yml | |
parent | Merge pull request #20319 from keszybz/meson-0.53.2 (diff) | |
download | systemd-8f876748d3f89d822b1167214ed4fb66146dc3df.tar.xz systemd-8f876748d3f89d822b1167214ed4fb66146dc3df.zip |
ci: bump meson version in LGTM
Otherwise LGTM fails to detect the build system:
```
[2021-07-27 23:18:47] [build-stdout] The Meson build system
[2021-07-27 23:18:47] [build-stdout] Version: 0.51.2
[2021-07-27 23:18:47] [build-stdout] Source dir: /opt/src
[2021-07-27 23:18:47] [build-stdout] Build dir: /opt/src/_lgtm_build_dir
[2021-07-27 23:18:47] [build-stdout] Build type: native build
[2021-07-27 23:18:47] [build-stdout] meson.build:3:0: ERROR: Meson version is 0.51.2 but project requires >= 0.53.2
[2021-07-27 23:18:47] [build-stdout] A full log can be found at /opt/src/_lgtm_build_dir/meson-logs/meson-log.txt
```
Diffstat (limited to '')
-rw-r--r-- | .lgtm.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ extraction: - libp11-kit-dev - libssl-dev - python3-jinja2 + after_prepare: + - pip3 install meson==0.53.2 + - export PATH="/opt/work/.local/bin:$PATH" python: python_setup: version: 3 |