mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
e65f29b4c6
Let's make sure we can test systemd-repart properly (And while we are at it, also test cryptsetup-pkcs#11)
17 lines
329 B
YAML
17 lines
329 B
YAML
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- python3-pip
|
|
- python3-setuptools
|
|
- python3-wheel
|
|
- libfdisk-dev
|
|
- libp11-kit-dev
|
|
- libssl-dev
|
|
after_prepare:
|
|
- pip3 install meson
|
|
- export PATH="$HOME/.local/bin/:$PATH"
|
|
python:
|
|
python_setup:
|
|
version: 3
|