mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
7ad1f04398
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.
25 lines
619 B
YAML
25 lines
619 B
YAML
---
|
|
# vi: ts=2 sw=2 et:
|
|
|
|
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- libpwquality-dev
|
|
- 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
|