File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ language: go
2
2
go_import_path : github.com/ethereum/go-ethereum
3
3
sudo : false
4
4
jobs :
5
- allow_failures :
6
- - stage : build
7
- os : osx
8
- env :
9
- - azure-osx
10
-
11
5
include :
12
6
# This builder create and push the Docker images for all architectures
13
7
- stage : build
62
56
- go run build/ci.go install -dlgo -arch arm64 -cc aarch64-linux-gnu-gcc
63
57
- go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
64
58
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
-
82
59
# These builders run the tests
83
60
- stage : build
84
61
if : type = push
You can’t perform that action at this time.
0 commit comments