ci: add git to the CI image

This allows the CDash submission to know what commit is being submitted
and show up in MR pipeline status links made by our workflow processes.
This commit is contained in:
Ben Boeckel
2022-06-21 14:17:28 -04:00
parent 8d8957e56d
commit 3e1ace7f46

View File

@@ -3,5 +3,5 @@
set -e
dnf install -y --setopt=install_weak_deps=False \
gcc-c++ mpfr-devel libmpc-devel isl-devel flex bison file findutils diffutils
gcc-c++ mpfr-devel libmpc-devel isl-devel flex bison file findutils diffutils git-core
dnf clean all