Revert "Update builder API to use grpc-swift-2. (#1309)" (#1324)

This reverts commit 50900938c4, restoring
the grpc-swift-1 based builder API while preserving build secrets and
hidden docker dir support added in a00ec5c.

Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
Eric Ernst
2026-03-18 01:33:21 -07:00
committed by GitHub
parent 9fd15f01bf
commit f8ba57ebd2
15 changed files with 1068 additions and 1435 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ if command -v .local/bin/hawkeye >/dev/null 2>&1; then
echo "hawkeye already installed"
else
echo "Installing hawkeye"
export VERSION=v6.5.1
export VERSION=v6.1.0
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/${VERSION}/hawkeye-installer.sh | CARGO_HOME=.local sh -s -- --no-modify-path
fi