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

Warning in Post Cache go-build and mod step in release workflows #6765

Closed
cPu1 opened this issue Jul 6, 2023 · 0 comments · Fixed by #6840
Closed

Warning in Post Cache go-build and mod step in release workflows #6765

cPu1 opened this issue Jul 6, 2023 · 0 comments · Fixed by #6840
Assignees
Labels
area/ci area/tech-debt Leftover improvements in code, testing and building

Comments

@cPu1
Copy link
Collaborator

cPu1 commented Jul 6, 2023

The Post Cache go-build and mod step is showing a warning message:

[Trigger release candidate build](https://github.com/weaveworks/eksctl/actions/runs/5465645512/jobs/9949384044#step:10:36)
Failed to save: "/bin/tar" failed with error: The process '/bin/tar' failed with exit code 1

https://github.com/weaveworks/eksctl/actions/runs/5465645512/jobs/9949384044#step:10:36

@cPu1 cPu1 added area/tech-debt Leftover improvements in code, testing and building area/ci labels Jul 6, 2023
@cPu1 cPu1 changed the title Warning in Post-cache go-build and mod step in release workflows Warning in Post cache go-build and mod step in release workflows Jul 6, 2023
@cPu1 cPu1 changed the title Warning in Post cache go-build and mod step in release workflows Warning in Post Cache go-build and mod step in release workflows Jul 6, 2023
@cPu1 cPu1 self-assigned this Jul 21, 2023
cPu1 added a commit to cPu1/eksctl that referenced this issue Jul 21, 2023
The post-run step of `actions/cache@v3` requires a POSIX-compliant tar, but the Alpine base image contains Busybox tar. This changelist fixes this by installing GNU tar.

Fixes eksctl-io#6765
.
cPu1 added a commit to cPu1/eksctl that referenced this issue Jul 21, 2023
The post-run step of `actions/cache@v3` requires a POSIX-compliant tar, but the Alpine base image contains Busybox tar. This changelist fixes this by installing GNU tar.

Fixes eksctl-io#6765
.
cPu1 added a commit to cPu1/eksctl that referenced this issue Jul 21, 2023
The post-run step of `actions/cache@v3` requires a POSIX-compliant tar, but the Alpine base image contains Busybox tar. This changelist fixes this by installing GNU tar.

Fixes eksctl-io#6765
.
cPu1 added a commit to cPu1/eksctl that referenced this issue Jul 21, 2023
The post-run step of `actions/cache@v3` requires a POSIX-compliant tar, but the Alpine base image contains BusyBox tar. This changelist fixes this by installing GNU tar.

Fixes eksctl-io#6765
.
cPu1 added a commit to cPu1/eksctl that referenced this issue Jul 21, 2023
The post-run step of `actions/cache@v3` requires a POSIX-compliant tar, but the Alpine base image contains BusyBox tar. This changelist fixes this by installing GNU tar.

Fixes eksctl-io#6765
cPu1 added a commit to cPu1/eksctl that referenced this issue Jul 24, 2023
The post-run step of `actions/cache@v3` requires a POSIX-compliant tar, but the Alpine base image contains BusyBox tar. This changelist fixes this by installing GNU tar.

Fixes eksctl-io#6765
cPu1 added a commit to cPu1/eksctl that referenced this issue Jul 25, 2023
The post-run step of `actions/cache@v3` requires a POSIX-compliant tar, but the Alpine base image contains BusyBox tar. This changelist fixes this by installing GNU tar.

Fixes eksctl-io#6765
IdanShohamNetApp pushed a commit to spotinst/weaveworks-eksctl that referenced this issue Oct 19, 2023
The post-run step of `actions/cache@v3` requires a POSIX-compliant tar, but the Alpine base image contains BusyBox tar. This changelist fixes this by installing GNU tar.

Fixes eksctl-io#6765
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci area/tech-debt Leftover improvements in code, testing and building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant