From 1f4be4bcb4090dcf1f1e6eec3d0fd068fad4899b Mon Sep 17 00:00:00 2001 From: Zxilly Date: Wed, 14 Aug 2024 01:36:01 +0800 Subject: [PATCH] ci: remove monkey patch Signed-off-by: Zxilly --- .github/workflows/built-tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/built-tests.yml b/.github/workflows/built-tests.yml index bb6bab7ebe..22e4ac7788 100644 --- a/.github/workflows/built-tests.yml +++ b/.github/workflows/built-tests.yml @@ -41,13 +41,6 @@ jobs: GOROOT=$(go env GOROOT) echo "GOROOT=$GOROOT" >> $GITHUB_OUTPUT - - name: Patch stdlib # fixme: remove after Go release if https://github.com/Zxilly/go-size-analyzer/issues/141 is resolved - shell: bash - working-directory: ${{ steps.go-root.outputs.GOROOT }} - run: | - wget -q https://gist.githubusercontent.com/Zxilly/f4ab8080af496b1ca392e5d6618fb419/raw/9115331b6a42c93c17ab49d0a91aae7bfe455656/go.patch - patch -p1 --verbose < go.patch - - name: Setup Binaryen # fixme: use acifani/setup-tinygo after pr acceptance uses: Zxilly/setup-tinygo@da87f9a9d5f7f1fcd8b6fcbd0af84d8789742c34 # main