Skip to content

Commit dd4afb9

Browse files
authored
.travis.yml: fix install of gcc-multilib (#29733)
1 parent 9ec5008 commit dd4afb9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)