Install Git before checking out the sources

Check if using git is faster than using the built-in client, which takes
3 minutes to get them.
This commit is contained in:
Vadim Zeitlin 2022-08-03 23:20:43 +02:00
parent 3eb78a328e
commit bf3951866c

View file

@ -6,12 +6,16 @@ jobs:
docker:
- image: fedora
steps:
- run:
name: Install Git
command: dnf install -y git
- checkout
- run:
name: Install dependencies
command: |
WX_EXTRA_PACKAGES='ccache git' ./build/tools/before_install.sh
WX_EXTRA_PACKAGES=ccache ./build/tools/before_install.sh
echo "PATH=/usr/lib64/ccache:$PATH" >> $BASH_ENV