mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
8f876748d3
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 ```
19 lines
342 B
YAML
19 lines
342 B
YAML
---
|
|
# vi: ts=2 sw=2 et:
|
|
|
|
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- libpwquality-dev
|
|
- libfdisk-dev
|
|
- 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
|