From 486b65864caa93b1b826f368fbda7c549ab15928 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf <14638319+katiewasnothere@users.noreply.github.com> Date: Thu, 29 May 2025 14:33:23 -0700 Subject: [PATCH] Update hawkeye to 6.0.4 (#2) Signed-off-by: Kathryn Baldauf --- scripts/ensure-hawkeye-exists.sh | 1 - scripts/install-hawkeye.sh | 4 ++-- scripts/make-docs.sh | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/ensure-hawkeye-exists.sh b/scripts/ensure-hawkeye-exists.sh index 101aaa87..ecd88e84 100755 --- a/scripts/ensure-hawkeye-exists.sh +++ b/scripts/ensure-hawkeye-exists.sh @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - echo "Checking existence of hawkeye..." if command -v .local/bin/hawkeye >/dev/null 2>&1; then diff --git a/scripts/install-hawkeye.sh b/scripts/install-hawkeye.sh index 7b271b2c..320e5703 100755 --- a/scripts/install-hawkeye.sh +++ b/scripts/install-hawkeye.sh @@ -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.0.0 - curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-installer.sh | CARGO_HOME=.local sh -s -- --no-modify-path + export VERSION=v6.0.4 + 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 diff --git a/scripts/make-docs.sh b/scripts/make-docs.sh index 7b95faeb..5c2eb70f 100755 --- a/scripts/make-docs.sh +++ b/scripts/make-docs.sh @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - opts=() if [ ! -z "${CURRENT_SDK}" ] ; then opts+=("-Xswiftc" "-DCURRENT_SDK")