Skip to content

Commit 827d3fc

Browse files
committed
.travis.yml: remove macos build
1 parent 9af88d1 commit 827d3fc

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.travis.yml

-23
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ language: go
22
go_import_path: github.com/ethereum/go-ethereum
33
sudo: false
44
jobs:
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
@@ -62,23 +56,6 @@ jobs:
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

0 commit comments

Comments
 (0)