mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #257] cache action is missing zstd #176
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rgarrigue on GitHub (May 25, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/257
Hi there
I've the following .actrc
And running the following workflow
I've this error
I tried adding a step something like "apt install zstd" after enabling universe repo (on my ubuntu 19.10 there's a ztsd package in universe repo), no luck so far.
@grische commented on GitHub (Jun 20, 2020):
As
actions/cache@v2is the new default, the problems will be more frequent now.It seems that the
zstdbinary is simply missing from the docker image. A simple workaround is to installsudo apt install zstdmanually:@jsoref commented on GitHub (Jun 24, 2020):
@rgarrigue can you please edit this issue's summary (and your comments) to change
ztsdtozstd?@rgarrigue commented on GitHub (Jun 25, 2020):
@jsoref here you go
@simeonpashley commented on GitHub (Jul 20, 2020):
A variation works for me, after initial errors "sudo: command not found" and "unable to locate package zstd"
NOTE: this fixes the "missing zstd" error, but not the related "Cache Service Url not found" issue
@tdtm commented on GitHub (Sep 18, 2020):
^I did the same but with
-yoption for both update and install.@github-actions[bot] commented on GitHub (Nov 18, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@grische commented on GitHub (Nov 18, 2020):
Can't we just rebuild the image and add zstd? Or get a 20.04 image with zstd?
@github-actions[bot] commented on GitHub (Feb 19, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@rgarrigue commented on GitHub (Mar 26, 2021):
Fixed I guess ?
github.com/catthehacker/docker_images@822abaf3e9