Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

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