+15
−23
Loading
Couple of reasons here: - "install" should run first, as it runs pkgdep.sh which actually installs git for all distros. - Because of that we can remove ArchLinux and Centos7 git installation with package manager - this is already covered by pkgdep.sh. - install_git routine relies on wget and autoconf, which have to be installed first. - install_git routine (which actually upgrades git on Centos7) makes it possible to use "git -C". Default 1.85 git version on that system does not support that. Change-Id: I1422f8c2a1c49eb38f4253909a152a7bc99b173f Signed-off-by:Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1995 Community-CI: Mellanox Build Bot Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>