mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
travis: work around travis/osx/go1.23 setup bug
This commit is contained in:
parent
9326a118c7
commit
bf98f68cf3
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ jobs:
|
|||
git:
|
||||
submodules: false # avoid cloning ethereum/tests
|
||||
script:
|
||||
- ln -sf /Users/travis/gopath/bin/go1.23.1 /usr/local/bin/go # Work around travis go-setup bug
|
||||
- go run build/ci.go install -dlgo
|
||||
- go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
|
||||
- go run build/ci.go install -dlgo -arch arm64
|
||||
|
|
|
|||
Loading…
Reference in a new issue