File tree 2 files changed +5
-14
lines changed
2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -102,23 +102,14 @@ jobs:
102
102
dist : noble
103
103
go : 1.22.x
104
104
script :
105
- - travis_wait 30 go run build/ci.go test $TEST_PACKAGES
106
-
107
- - stage : build
108
- if : type = pull_request
109
- os : linux
110
- arch : arm64
111
- dist : noble
112
- go : 1.21.x
113
- script :
114
- - travis_wait 30 go run build/ci.go test $TEST_PACKAGES
105
+ - travis_wait 45 go run build/ci.go test $TEST_PACKAGES
115
106
116
107
- stage : build
117
108
os : linux
118
109
dist : noble
119
110
go : 1.21.x
120
111
script :
121
- - travis_wait 30 go run build/ci.go test $TEST_PACKAGES
112
+ - travis_wait 45 go run build/ci.go test $TEST_PACKAGES
122
113
123
114
# This builder does the Ubuntu PPA nightly uploads
124
115
- stage : build
@@ -131,7 +122,7 @@ jobs:
131
122
git :
132
123
submodules : false # avoid cloning ethereum/tests
133
124
before_install :
134
- - sudo -E apt-get -yq --no-install-suggests --no-install-recommends install devscripts debhelper dput fakeroot python-bzrlib python-paramiko
125
+ - sudo -E apt-get -yq --no-install-suggests --no-install-recommends install devscripts debhelper dput fakeroot
135
126
script :
136
127
- echo '|1|7SiYPr9xl3uctzovOTj4gMwAC1M=|t6ReES75Bo/PxlOPJ6/GsGbTrM0= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0aKz5UTUndYgIGG7dQBV+HaeuEZJ2xPHo2DS2iSKvUL4xNMSAY4UguNW+pX56nAQmZKIZZ8MaEvSj6zMEDiq6HFfn5JcTlM80UwlnyKe8B8p7Nk06PPQLrnmQt5fh0HmEcZx+JU9TZsfCHPnX7MNz4ELfZE6cFsclClrKim3BHUIGq//t93DllB+h4O9LHjEUsQ1Sr63irDLSutkLJD6RXchjROXkNirlcNVHH/jwLWR5RcYilNX7S5bIkK8NlWPjsn/8Ua5O7I9/YoE97PpO6i73DTGLh5H9JN/SITwCKBkgSDWUt61uPK3Y11Gty7o2lWsBjhBUm2Y38CBsoGmBw==' >> ~/.ssh/known_hosts
137
128
-
go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <[email protected] >"
@@ -156,4 +147,4 @@ jobs:
156
147
dist : noble
157
148
go : 1.22.x
158
149
script :
159
- - travis_wait 30 go run build/ci.go test -race $TEST_PACKAGES
150
+ - travis_wait 50 go run build/ci.go test -race $TEST_PACKAGES
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
const (
24
24
VersionMajor = 1 // Major version component of the current release
25
25
VersionMinor = 14 // Minor version component of the current release
26
- VersionPatch = 2 // Patch version component of the current release
26
+ VersionPatch = 3 // Patch version component of the current release
27
27
VersionMeta = "stable" // Version metadata to append to the version string
28
28
)
29
29
You can’t perform that action at this time.
0 commit comments