82
82
- python-paramiko
83
83
script :
84
84
- echo '|1|7SiYPr9xl3uctzovOTj4gMwAC1M=|t6ReES75Bo/PxlOPJ6/GsGbTrM0= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0aKz5UTUndYgIGG7dQBV+HaeuEZJ2xPHo2DS2iSKvUL4xNMSAY4UguNW+pX56nAQmZKIZZ8MaEvSj6zMEDiq6HFfn5JcTlM80UwlnyKe8B8p7Nk06PPQLrnmQt5fh0HmEcZx+JU9TZsfCHPnX7MNz4ELfZE6cFsclClrKim3BHUIGq//t93DllB+h4O9LHjEUsQ1Sr63irDLSutkLJD6RXchjROXkNirlcNVHH/jwLWR5RcYilNX7S5bIkK8NlWPjsn/8Ua5O7I9/YoE97PpO6i73DTGLh5H9JN/SITwCKBkgSDWUt61uPK3Y11Gty7o2lWsBjhBUm2Y38CBsoGmBw==' >> ~/.ssh/known_hosts
85
- -
go run build/ci.go debsrc -upload dominant-strategies/quai -sftp-user geth -ci -signer "Go Quai Linux Builder <[email protected] >"
85
+ -
go run build/ci.go debsrc -upload dominant-strategies/quai -sftp-user quai -ci -signer "Go Quai Linux Builder <[email protected] >"
86
86
87
87
# This builder does the Linux Azure uploads
88
88
- stage : build
@@ -103,22 +103,22 @@ jobs:
103
103
script :
104
104
# Build for the primary platforms that Trusty can manage
105
105
- go run build/ci.go install -dlgo
106
- - go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
106
+ - go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
107
107
- go run build/ci.go install -dlgo -arch 386
108
- - go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
108
+ - go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
109
109
110
110
# Switch over GCC to cross compilation (breaks 386, hence why do it here only)
111
111
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install gcc-arm-linux-gnueabi libc6-dev-armel-cross gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gcc-aarch64-linux-gnu libc6-dev-arm64-cross
112
112
- sudo ln -s /usr/include/asm-generic /usr/include/asm
113
113
114
114
- GOARM=5 go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabi-gcc
115
- - GOARM=5 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
115
+ - GOARM=5 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
116
116
- GOARM=6 go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabi-gcc
117
- - GOARM=6 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
117
+ - GOARM=6 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
118
118
- GOARM=7 go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabihf-gcc
119
- - GOARM=7 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
119
+ - GOARM=7 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
120
120
- go run build/ci.go install -dlgo -arch arm64 -cc aarch64-linux-gnu-gcc
121
- - go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
121
+ - go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
122
122
123
123
# This builder does the Linux Azure MIPS xgo uploads
124
124
- stage : build
@@ -136,19 +136,19 @@ jobs:
136
136
script :
137
137
- go run build/ci.go xgo --alltools -- --targets=linux/mips --ldflags '-extldflags "-static"' -v
138
138
- for bin in build/bin/*-linux-mips; do mv -f "${bin}" "${bin/-linux-mips/}"; done
139
- - go run build/ci.go archive -arch mips -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
139
+ - go run build/ci.go archive -arch mips -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
140
140
141
141
- go run build/ci.go xgo --alltools -- --targets=linux/mipsle --ldflags '-extldflags "-static"' -v
142
142
- for bin in build/bin/*-linux-mipsle; do mv -f "${bin}" "${bin/-linux-mipsle/}"; done
143
- - go run build/ci.go archive -arch mipsle -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
143
+ - go run build/ci.go archive -arch mipsle -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
144
144
145
145
- go run build/ci.go xgo --alltools -- --targets=linux/mips64 --ldflags '-extldflags "-static"' -v
146
146
- for bin in build/bin/*-linux-mips64; do mv -f "${bin}" "${bin/-linux-mips64/}"; done
147
- - go run build/ci.go archive -arch mips64 -type tar -signer LINUX_SIGNING_KEY signify SIGNIFY_KEY -upload gethstore /builds
147
+ - go run build/ci.go archive -arch mips64 -type tar -signer LINUX_SIGNING_KEY signify SIGNIFY_KEY -upload quaistore /builds
148
148
149
149
- go run build/ci.go xgo --alltools -- --targets=linux/mips64le --ldflags '-extldflags "-static"' -v
150
150
- for bin in build/bin/*-linux-mips64le; do mv -f "${bin}" "${bin/-linux-mips64le/}"; done
151
- - go run build/ci.go archive -arch mips64le -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
151
+ - go run build/ci.go archive -arch mips64le -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
152
152
153
153
# This builder does the Android Maven and Azure uploads
154
154
- stage : build
@@ -186,7 +186,7 @@ jobs:
186
186
# Build the Android archive and upload it to Maven Central and Azure
187
187
- mkdir -p $GOPATH/src/github.com/dominant-strategies
188
188
- ln -s `pwd` $GOPATH/src/github.com/dominant-strategies/go-quai
189
- - go run build/ci.go aar -signer ANDROID_SIGNING_KEY -signify SIGNIFY_KEY -deploy https://oss.sonatype.org -upload gethstore /builds
189
+ - go run build/ci.go aar -signer ANDROID_SIGNING_KEY -signify SIGNIFY_KEY -deploy https://oss.sonatype.org -upload quaistore /builds
190
190
191
191
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
192
192
- stage : build
@@ -202,7 +202,7 @@ jobs:
202
202
submodules : false
203
203
script :
204
204
- go run build/ci.go install -dlgo
205
- - go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore /builds
205
+ - go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore /builds
206
206
207
207
# Build the iOS framework and upload it to CocoaPods and Azure
208
208
- gem uninstall cocoapods -a -x
@@ -216,7 +216,7 @@ jobs:
216
216
- xcrun simctl list
217
217
218
218
- export CGO_CFLAGS_ALLOW='-fmodules|-fblocks|-fobjc-arc'
219
- - go run build/ci.go xcode -signer IOS_SIGNING_KEY -signify SIGNIFY_KEY -deploy trunk -upload gethstore /builds
219
+ - go run build/ci.go xcode -signer IOS_SIGNING_KEY -signify SIGNIFY_KEY -deploy trunk -upload quaistore /builds
220
220
221
221
# These builders run the tests
222
222
- stage : build
@@ -261,4 +261,4 @@ jobs:
261
261
git :
262
262
submodules : false
263
263
script :
264
- - go run build/ci.go purge -store gethstore /builds -days 14
264
+ - go run build/ci.go purge -store quaistore /builds -days 14
0 commit comments