File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ language: go
22go_import_path : github.com/ethereum/go-ethereum
33sudo : false
44jobs :
5- allow_failures :
6- - stage : build
7- os : osx
8- env :
9- - azure-osx
10-
115 include :
126 # This builder create and push the Docker images for all architectures
137 - stage : build
6256 - go run build/ci.go install -dlgo -arch arm64 -cc aarch64-linux-gnu-gcc
6357 - go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
6458
65- # This builder does the OSX Azure uploads
66- - stage : build
67- if : type = push
68- os : osx
69- osx_image : xcode14.2
70- go : 1.23.1 # See https://github.com/ethereum/go-ethereum/pull/30478
71- env :
72- - azure-osx
73- git :
74- submodules : false # avoid cloning ethereum/tests
75- script :
76- - ln -sf /Users/travis/gopath/bin/go1.23.1 /usr/local/bin/go # Work around travis go-setup bug
77- - go run build/ci.go install -dlgo
78- - go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
79- - go run build/ci.go install -dlgo -arch arm64
80- - go run build/ci.go archive -arch arm64 -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
81-
8259 # These builders run the tests
8360 - stage : build
8461 if : type = push
You can’t perform that action at this time.
0 commit comments