feat: support build with rocksdb backend in CI (#17346)

This commit is contained in:
yihuang
2023-08-11 07:19:02 +00:00
committed by GitHub
parent 658a88a309
commit d2b93e050d
33 changed files with 806 additions and 166 deletions
+9
View File
@@ -7,3 +7,12 @@ for modfile in $(find . -name go.mod); do
DIR=$(dirname $modfile)
(cd $DIR; go mod tidy)
done
if ! command -v gomod2nix &> /dev/null
then
echo "gomod2nix could not be found in PATH"
echo "run \"go install github.com/nix-community/gomod2nix@latest\" to install"
exit
fi
# update gomod2nix.toml for simapp
cd simapp; gomod2nix