File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,12 @@ matrix:
47
47
script :
48
48
- go run build/ci.go lint
49
49
50
- # This builder does the Ubuntu PPA and Linux Azure uploads
50
+ # This builder does the Ubuntu PPA upload
51
51
- os : linux
52
52
dist : trusty
53
- sudo : required
54
53
go : " 1.10"
55
54
env :
56
55
- ubuntu-ppa
57
- - azure-linux
58
56
git :
59
57
submodules : false # avoid cloning ethereum/tests
60
58
addons :
@@ -63,11 +61,25 @@ matrix:
63
61
- devscripts
64
62
- debhelper
65
63
- dput
66
- - gcc-multilib
67
64
- fakeroot
68
65
script :
69
- # Build for the primary platforms that Trusty can manage
70
66
-
go run build/ci.go debsrc -signer "Go Ethereum Linux Builder <[email protected] >" -upload ppa:ethereum/ethereum
67
+
68
+ # This builder does the Linux Azure uploads
69
+ - os : linux
70
+ dist : trusty
71
+ sudo : required
72
+ go : " 1.10"
73
+ env :
74
+ - azure-linux
75
+ git :
76
+ submodules : false # avoid cloning ethereum/tests
77
+ addons :
78
+ apt :
79
+ packages :
80
+ - gcc-multilib
81
+ script :
82
+ # Build for the primary platforms that Trusty can manage
71
83
- go run build/ci.go install
72
84
- go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
73
85
- go run build/ci.go install -arch 386
@@ -181,7 +193,6 @@ matrix:
181
193
# This builder does the Azure archive purges to avoid accumulating junk
182
194
- os : linux
183
195
dist : trusty
184
- sudo : required
185
196
go : " 1.10"
186
197
env :
187
198
- azure-purge
You can’t perform that action at this time.
0 commit comments