mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
644bd0e46b
FreeIPA uses git in its build process. In the past git was automatically pulled in. On Fedora 33 builds are failing because git is missing. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
7 lines
192 B
YAML
7 lines
192 B
YAML
steps:
|
|
- script: |
|
|
set -e
|
|
sudo dnf -y install nss-tools python3-pip git
|
|
python3 -m pip install --user --upgrade pip setuptools pycodestyle
|
|
displayName: Install Tox prerequisites
|