@@ -335,6 +335,11 @@ if ! command -v curl >/dev/null 2>&1; then
exit1
fi
if [ -z "$${RUSTC_WRAPPER:-}" ] && command -vsccache >/dev/null 2>&1; then
exportRUSTC_WRAPPER="$$(command -v sccache)"
echo"=> 启用 Rust 编译缓存: $${RUSTC_WRAPPER}"
fi
if!ensure_dev_infra;then
exit1
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.