Open
Description
Current Behavior
fatal: No names found, cannot describe anything.
go: finding github.com/tendermint/tendermint v0.34.19
--> Ensure dependencies have not been modified
all modules verified
go mod tidy -compat=1.17
flag provided but not defined: -compat
usage: go mod tidy [-v]
Run 'go help mod tidy' for details.
make: *** [Makefile:117: go.sum] Error 2
Expected Behavior
[comcomment: # (Describe what you expected to happen.)
ment]: # (Describe what you expected to happen.)
Reproduction
Launched the VPS server. Options:
1)Ubuntu-20.04-amd64
2)KVM SSD Start (1 CPU/768 MB RAM/7 GB SSD)
Then I downloaded the following dependencies:
sudo apt-get -y install --no-install-recommends\
make gcc g++ \
curl\
gnupg\
git\
software-properties-common\
Cloned and entered the deep-chain repository:
git clone https://github.com/deep-foundation/deep-chain
cd deep-chain
Next I used the command:
make install
the same error occurs when:
make build CUDA_ENABLED=false