1 Star 2 Fork 0

jimmy / risingwave

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
risedev 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
if [ -z "$(which cargo-binstall)" ]; then
echo "Installing cargo-binstall..."
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
fi
if [ -z "$(which cargo-make)" ]; then
echo "Installing cargo-make..."
cargo binstall cargo-make --version "^0.36.10" --locked # >= 0.36.10, < 0.37.0
fi
touch risedev-components.user.env
if [ $# -eq 0 ] || [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
cargo make --list-all-steps --hide-uninteresting
exit 0
fi
cargo make --allow-private configure-if-not-configured
# We marked many tasks as private, so we can have a more concise output when listing all tasks.
# But we allow private tasks to be executed.
cargo make --allow-private "$@"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/jimmylau/risingwave.git
git@gitee.com:jimmylau/risingwave.git
jimmylau
risingwave
risingwave
main

搜索帮助

Bbcd6f05 5694891 0cc6727d 5694891