I need to install version 2.8.1 on a CentOS virtual machine, but every path I’ve tried so far (except vagrant, which I can’t use for what I need to do) either forces me to install 2.9 or is a failure of some sort. Can someone give me some help to get 2.8.1 installed?
I thought installing from sources would be my best bet, so I downloaded the 2.8 branch zip, but it fails
with this message:
Finished processing dependencies for st2common==2.8.1
# Some of the tests rely on submodule so we need to make sure submodules are check out
git submodule update --init --recursive
fatal: Not a git repository (or any of the parent directories): .git
make: *** [requirements] Error 128
Is there a a no tests option when building?
I can’t use the git repo, because that installs 2.9.
Thanks in advance