Skip to content
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

Update apt-cache before installing rsync package #50

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

goldenapples
Copy link
Contributor

The latest CircleCI builds are failing with the error message E: Unable to locate package rsync. This fixes that issues by running apt-get update before trying install rsync, and gets deploys working again.

Example of failed build here: https://circleci.com/gh/humanmade/Gaussholder/13

The latest CircleCI builds are failing with the error message
`E: Unable to locate package rsync`. This fixes that issues by running
apt-get update before trying install rsync, and gets deploys working
again.
@goldenapples
Copy link
Contributor Author

I'm presuming the default container CircleCI provides for PHP 7.3 - node is updated. We could always try and identify the old container and pin the version in .circleci/config.yml to it. But It seems simple enough to add this update step.

Copy link
Contributor

@roborourke roborourke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's annoying. We could probably roll our own build container that has everything we need.

@roborourke roborourke merged commit 63a3f20 into master Oct 7, 2019
@roborourke roborourke deleted the update-deploy-script branch October 7, 2019 11:56
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.

2 participants