Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 09fab5c

Browse files
koki-developclaude
andcommitted
Fix Go 1.25.5 compile script to suppress chmod error on build failure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bb72404 commit 09fab5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/go/1.25.5/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
mv $1 $1.go
44
export GOCACHEPROG="/piston/packages/go/1.25.5/cacheprog /piston/packages/go/1.25.5/cache"
5-
CGO_ENABLED=0 go build -o binary *.go
5+
CGO_ENABLED=0 go build -o binary *.go && \
66
chmod +x binary

0 commit comments

Comments
 (0)