Skip to content

Commit 6c0229e

Browse files
authored
chore: add comment to abigen build script (#16430)
1 parent 56c2182 commit 6c0229e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/bin/build_abigen

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ TMPDIR="$(mktemp -d)"
3232

3333
pushd "$TMPDIR"
3434

35+
# We do not use go install here as we don't want the behavior to implicitly depend on user-configured variables like $PATH
3536
git clone --depth=1 --single-branch --branch "$GETH_VERSION" "$GETH_REPO_URL"
3637
cd go-ethereum/cmd/abigen
3738
go build -ldflags="-s -w" # necessary on MacOS for code signing (see https://github.com/confluentinc/confluent-kafka-go/issues/1092#issuecomment-2373681430)

0 commit comments

Comments
 (0)