Patch for concurrent iterator & others (onto v1.11.6) #386

Closed
roysc wants to merge 1565 commits from v1.11.6-statediff-v5 into master
Showing only changes of commit da000c8314 - Show all commits

View File

@ -25,7 +25,7 @@ jobs:
- go run build/ci.go lint - go run build/ci.go lint
# These builders create the Docker sub-images for multi-arch push # These builders create the Docker sub-images for multi-arch push
- stage: prebuild - stage: build
if: type = push if: type = push
os: linux os: linux
arch: amd64 arch: amd64
@ -40,7 +40,7 @@ jobs:
script: script:
- go run build/ci.go docker -image -upload karalabe/geth-docker-test - go run build/ci.go docker -image -upload karalabe/geth-docker-test
- stage: prebuild - stage: build
if: type = push if: type = push
os: linux os: linux
arch: arm64 arch: arm64
@ -56,7 +56,7 @@ jobs:
- go run build/ci.go docker -image -upload karalabe/geth-docker-test - go run build/ci.go docker -image -upload karalabe/geth-docker-test
# This builder does the Docker Hub multi-arch image # This builder does the Docker Hub multi-arch image
- stage: build - stage: publish
if: type = push if: type = push
os: linux os: linux
dist: bionic dist: bionic