Revision a6b37e26420ba9cbe3050d225121a315fa32db94 authored by Gyuho Lee on 03 June 2021, 20:53:49 UTC, committed by GitHub on 03 June 2021, 20:53:49 UTC
backport-3.5: server: skip unnecessary sprintf which executes proto.Size()
2 parent s 3a82198 + 4563ceb
Raw File
build
#!/usr/bin/env bash

echo -e "\\e[91mDEPRECATED!!! Use build.sh script instead.\\e[0m\\n"
sleep 1

source ./build.sh
back to top