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:
5656 - azure-linux
5757 git :
5858 submodules : false # avoid cloning ethereum/tests
59- addons :
60- apt :
61- packages :
62- - gcc-multilib
6359 script :
64- # Build for the primary platforms that Trusty can manage
60+ # build amd64
6561 - go run build/ci.go install -dlgo
6662 - 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
6766 - go run build/ci.go install -dlgo -arch 386
6867 - go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
6968
@@ -165,4 +164,3 @@ jobs:
165164 go : 1.22.x
166165 script :
167166 - 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