File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,13 @@ jobs:
56
56
- azure-linux
57
57
git :
58
58
submodules : false # avoid cloning ethereum/tests
59
- addons :
60
- apt :
61
- packages :
62
- - gcc-multilib
63
59
script :
64
- # Build for the primary platforms that Trusty can manage
60
+ # build amd64
65
61
- go run build/ci.go install -dlgo
66
62
- go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
63
+
64
+ # build 386
65
+ - sudo -E apt-get install -yq --no-install-suggests --no-install-recommends --force-yes install gcc-multilib
67
66
- go run build/ci.go install -dlgo -arch 386
68
67
- go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
69
68
@@ -165,4 +164,3 @@ jobs:
165
164
go : 1.22.x
166
165
script :
167
166
- travis_wait 30 go run build/ci.go test -race $TEST_PACKAGES
168
-
You can’t perform that action at this time.
0 commit comments