feat: support build with rocksdb backend in CI (#17346)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user