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

ci: inject missing tar binary #6477

Merged
merged 1 commit into from
Sep 11, 2019
Merged

ci: inject missing tar binary #6477

merged 1 commit into from
Sep 11, 2019

Conversation

rboyer
Copy link
Member

@rboyer rboyer commented Sep 11, 2019

Recently CircleCI changed something so that the persist_to_workspace command in a job cannot function with the busybox flavor of tar. It fails with:

Persisting to Workspace00:00

tar utility is not present in this image but it is required. Please install it to have workflow workspace capability.

This is causing the build-website job to fail. Adding the standard tar package fixes the issue.

@rboyer rboyer requested a review from a team September 11, 2019 14:48
@rboyer rboyer self-assigned this Sep 11, 2019
@rboyer
Copy link
Member Author

rboyer commented Sep 11, 2019

Example of a failing job: https://circleci.com/gh/hashicorp/consul/73130

Copy link
Collaborator

@alvin-huang alvin-huang left a comment

Choose a reason for hiding this comment

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

LGTM

@rboyer rboyer merged commit 5c1104b into master Sep 11, 2019
@rboyer rboyer deleted the fix-failing-build-website-ci branch September 11, 2019 15:41
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