Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
34ecb495
Unverified
Commit
34ecb495
authored
Apr 11, 2018
by
Péter Szilágyi
Committed by
GitHub
Apr 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16481 from karalabe/go1.10.1
travis, appveyor: bump to Go 1.10.1
parents
2e247705
95d5c220
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
.travis.yml
.travis.yml
+9
-9
appveyor.yml
appveyor.yml
+2
-2
No files found.
.travis.yml
View file @
34ecb495
...
@@ -18,7 +18,7 @@ matrix:
...
@@ -18,7 +18,7 @@ matrix:
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
sudo
:
required
sudo
:
required
go
:
"
1.10"
go
:
1.10.x
script
:
script
:
-
sudo modprobe fuse
-
sudo modprobe fuse
-
sudo chmod 666 /dev/fuse
-
sudo chmod 666 /dev/fuse
...
@@ -27,7 +27,7 @@ matrix:
...
@@ -27,7 +27,7 @@ matrix:
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
go run build/ci.go test -coverage $TEST_PACKAGES
-
os
:
osx
-
os
:
osx
go
:
"
1.10"
go
:
1.10.x
script
:
script
:
-
unset -f cd
# workaround for https://github.com/travis-ci/travis-ci/issues/8703
-
unset -f cd
# workaround for https://github.com/travis-ci/travis-ci/issues/8703
-
brew update
-
brew update
...
@@ -39,7 +39,7 @@ matrix:
...
@@ -39,7 +39,7 @@ matrix:
# This builder only tests code linters on latest version of Go
# This builder only tests code linters on latest version of Go
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
go
:
"
1.10"
go
:
1.10.x
env
:
env
:
-
lint
-
lint
git
:
git
:
...
@@ -50,7 +50,7 @@ matrix:
...
@@ -50,7 +50,7 @@ matrix:
# This builder does the Ubuntu PPA upload
# This builder does the Ubuntu PPA upload
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
go
:
"
1.10"
go
:
1.10.x
env
:
env
:
-
ubuntu-ppa
-
ubuntu-ppa
git
:
git
:
...
@@ -69,7 +69,7 @@ matrix:
...
@@ -69,7 +69,7 @@ matrix:
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
sudo
:
required
sudo
:
required
go
:
"
1.10"
go
:
1.10.x
env
:
env
:
-
azure-linux
-
azure-linux
git
:
git
:
...
@@ -103,7 +103,7 @@ matrix:
...
@@ -103,7 +103,7 @@ matrix:
dist
:
trusty
dist
:
trusty
services
:
services
:
-
docker
-
docker
go
:
"
1.10"
go
:
1.10.x
env
:
env
:
-
azure-linux-mips
-
azure-linux-mips
git
:
git
:
...
@@ -147,7 +147,7 @@ matrix:
...
@@ -147,7 +147,7 @@ matrix:
git
:
git
:
submodules
:
false
# avoid cloning ethereum/tests
submodules
:
false
# avoid cloning ethereum/tests
before_install
:
before_install
:
-
curl https://storage.googleapis.com/golang/go1.10.linux-amd64.tar.gz | tar -xz
-
curl https://storage.googleapis.com/golang/go1.10.
1.
linux-amd64.tar.gz | tar -xz
-
export PATH=`pwd`/go/bin:$PATH
-
export PATH=`pwd`/go/bin:$PATH
-
export GOROOT=`pwd`/go
-
export GOROOT=`pwd`/go
-
export GOPATH=$HOME/go
-
export GOPATH=$HOME/go
...
@@ -164,7 +164,7 @@ matrix:
...
@@ -164,7 +164,7 @@ matrix:
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
-
os
:
osx
-
os
:
osx
go
:
"
1.10"
go
:
1.10.x
env
:
env
:
-
azure-osx
-
azure-osx
-
azure-ios
-
azure-ios
...
@@ -193,7 +193,7 @@ matrix:
...
@@ -193,7 +193,7 @@ matrix:
# This builder does the Azure archive purges to avoid accumulating junk
# This builder does the Azure archive purges to avoid accumulating junk
-
os
:
linux
-
os
:
linux
dist
:
trusty
dist
:
trusty
go
:
"
1.10"
go
:
1.10.x
env
:
env
:
-
azure-purge
-
azure-purge
git
:
git
:
...
...
appveyor.yml
View file @
34ecb495
...
@@ -23,8 +23,8 @@ environment:
...
@@ -23,8 +23,8 @@ environment:
install
:
install
:
-
git submodule update --init
-
git submodule update --init
-
rmdir C:\go /s /q
-
rmdir C:\go /s /q
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.windows-%GETH_ARCH%.zip
-
appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.
1.
windows-%GETH_ARCH%.zip
-
7z x go1.10.windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
7z x go1.10.
1.
windows-%GETH_ARCH%.zip -y -oC:\ > NUL
-
go version
-
go version
-
gcc --version
-
gcc --version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment