-
Notifications
You must be signed in to change notification settings - Fork 762
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #349 from danyalprout/dp/v1.14.7
merge upstream geth 1.14.x (0-7) releases
- Loading branch information
Showing
684 changed files
with
32,892 additions
and
30,007 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,6 @@ Diederik Loerakker <[email protected]> | |
Dimitry Khokhlov <[email protected]> | ||
|
||
Domino Valdano <[email protected]> | ||
Domino Valdano <[email protected]> <[email protected]> | ||
|
||
Edgar Aroutiounian <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ jobs: | |
if: type = push | ||
os: linux | ||
arch: amd64 | ||
dist: bionic | ||
go: 1.21.x | ||
dist: noble | ||
go: 1.22.x | ||
env: | ||
- docker | ||
services: | ||
|
@@ -32,8 +32,8 @@ jobs: | |
if: type = push | ||
os: linux | ||
arch: arm64 | ||
dist: bionic | ||
go: 1.21.x | ||
dist: noble | ||
go: 1.22.x | ||
env: | ||
- docker | ||
services: | ||
|
@@ -49,21 +49,20 @@ jobs: | |
- stage: build | ||
if: type = push | ||
os: linux | ||
dist: bionic | ||
dist: noble | ||
sudo: required | ||
go: 1.21.x | ||
go: 1.22.x | ||
env: | ||
- azure-linux | ||
git: | ||
submodules: false # avoid cloning ethereum/tests | ||
addons: | ||
apt: | ||
packages: | ||
- gcc-multilib | ||
script: | ||
# Build for the primary platforms that Trusty can manage | ||
# build amd64 | ||
- go run build/ci.go install -dlgo | ||
- go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds | ||
|
||
# build 386 | ||
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends install gcc-multilib | ||
- go run build/ci.go install -dlgo -arch 386 | ||
- go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds | ||
|
||
|
@@ -85,7 +84,7 @@ jobs: | |
if: type = push | ||
os: osx | ||
osx_image: xcode14.2 | ||
go: 1.21.x | ||
go: 1.22.x | ||
env: | ||
- azure-osx | ||
git: | ||
|
@@ -98,48 +97,34 @@ jobs: | |
|
||
# These builders run the tests | ||
- stage: build | ||
if: type = push | ||
os: linux | ||
arch: amd64 | ||
dist: bionic | ||
go: 1.21.x | ||
script: | ||
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES | ||
|
||
- stage: build | ||
if: type = pull_request | ||
os: linux | ||
arch: arm64 | ||
dist: bionic | ||
go: 1.20.x | ||
dist: noble | ||
go: 1.22.x | ||
script: | ||
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES | ||
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES | ||
|
||
- stage: build | ||
if: type = push | ||
os: linux | ||
dist: bionic | ||
go: 1.20.x | ||
dist: noble | ||
go: 1.21.x | ||
script: | ||
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES | ||
- travis_wait 45 go run build/ci.go test $TEST_PACKAGES | ||
|
||
# This builder does the Ubuntu PPA nightly uploads | ||
- stage: build | ||
if: type = cron || (type = push && tag ~= /^v[0-9]/) | ||
os: linux | ||
dist: bionic | ||
go: 1.21.x | ||
dist: noble | ||
go: 1.22.x | ||
env: | ||
- ubuntu-ppa | ||
git: | ||
submodules: false # avoid cloning ethereum/tests | ||
addons: | ||
apt: | ||
packages: | ||
- devscripts | ||
- debhelper | ||
- dput | ||
- fakeroot | ||
- python-bzrlib | ||
- python-paramiko | ||
before_install: | ||
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends install devscripts debhelper dput fakeroot | ||
script: | ||
- echo '|1|7SiYPr9xl3uctzovOTj4gMwAC1M=|t6ReES75Bo/PxlOPJ6/GsGbTrM0= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0aKz5UTUndYgIGG7dQBV+HaeuEZJ2xPHo2DS2iSKvUL4xNMSAY4UguNW+pX56nAQmZKIZZ8MaEvSj6zMEDiq6HFfn5JcTlM80UwlnyKe8B8p7Nk06PPQLrnmQt5fh0HmEcZx+JU9TZsfCHPnX7MNz4ELfZE6cFsclClrKim3BHUIGq//t93DllB+h4O9LHjEUsQ1Sr63irDLSutkLJD6RXchjROXkNirlcNVHH/jwLWR5RcYilNX7S5bIkK8NlWPjsn/8Ua5O7I9/YoE97PpO6i73DTGLh5H9JN/SITwCKBkgSDWUt61uPK3Y11Gty7o2lWsBjhBUm2Y38CBsoGmBw==' >> ~/.ssh/known_hosts | ||
- go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <[email protected]>" | ||
|
@@ -148,8 +133,8 @@ jobs: | |
- stage: build | ||
if: type = cron | ||
os: linux | ||
dist: bionic | ||
go: 1.21.x | ||
dist: noble | ||
go: 1.22.x | ||
env: | ||
- azure-purge | ||
git: | ||
|
@@ -161,8 +146,9 @@ jobs: | |
- stage: build | ||
if: type = cron | ||
os: linux | ||
dist: bionic | ||
go: 1.21.x | ||
dist: noble | ||
go: 1.22.x | ||
env: | ||
- racetests | ||
script: | ||
- travis_wait 30 go run build/ci.go test -race $TEST_PACKAGES | ||
|
||
- travis_wait 60 go run build/ci.go test -race $TEST_PACKAGES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.