Skip to content

Commit 96e07a0

Browse files
committed
remove workaround
1 parent 8f7cf62 commit 96e07a0

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

.github/workflows/e66f895667cd51d0d28c42d369a803c12db8bb35.patch

-52
This file was deleted.

.github/workflows/macos-setup.sh

-8
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,4 @@ tar xf "node-v$NODE_VERSION-darwin-arm64.tar.xz"
1414
mv "yarn-$YARN_VERSION.js" "node-v$NODE_VERSION-darwin-arm64/bin/yarn"
1515
chmod a+x "node-v$NODE_VERSION-darwin-arm64/bin/yarn"
1616
export PATH="$PWD/go/bin:$PWD/node-v$NODE_VERSION-darwin-arm64/bin:$PATH"
17-
18-
# Apply patch to fix golang/go#53000
19-
pushd go/src
20-
patch -p2 <"$SOURCE_DIR/.github/workflows/e66f895667cd51d0d28c42d369a803c12db8bb35.patch"
21-
go build cmd/cgo
22-
popd
23-
mv go/src/cgo go/pkg/tool/darwin_arm64/cgo
24-
2517
popd

0 commit comments

Comments
 (0)