Skip to content

.travis.yml: Add apt-get update.#4655

Closed
junaruga wants to merge 1 commit intoruby:masterfrom
junaruga:wip/travis-s390x-apt-get-update
Closed

.travis.yml: Add apt-get update.#4655
junaruga wants to merge 1 commit intoruby:masterfrom
junaruga:wip/travis-s390x-apt-get-update

Conversation

@junaruga
Copy link
Member

To fix the following error happened on Traivs s390x.

https://app.travis-ci.com/github/ruby/ruby/jobs/524626085#L151
https://app.travis-ci.com/github/ruby/ruby/jobs/524643548#L151

+ sudo -E apt-get -yq --no-install-suggests --no-install-recommends --allow-downgrades --allow-remove-essential --allow-change-held-packages install ccache gcc-10 g++-10 libffi-dev libgdbm-dev libncurses-dev libncursesw5-dev libreadline-dev libssl-dev libyaml-dev openssl zlib1g-dev
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package gcc-10

To fix the following error happened on Travis s390x.

```
+ sudo -E apt-get -yq --no-install-suggests --no-install-recommends --allow-downgrades --allow-remove-essential --allow-change-held-packages install ccache gcc-10 g++-10 libffi-dev libgdbm-dev libncurses-dev libncursesw5-dev libreadline-dev libssl-dev libyaml-dev openssl zlib1g-dev
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package gcc-10
```
@junaruga
Copy link
Member Author

It seems the gcc-10 installation error on the s390x was fixed after running the latest master's Travis again.
https://travis-ci.com/github/ruby/ruby/builds/232828468

@junaruga junaruga closed this Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant