mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #1960] rustup not installed in ubuntu full-latest #938
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#938
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 @budde25 on GitHub (Aug 10, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1960
Bug report info
Command used with act
Describe issue
rustup should be installed on the full image
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@GuessWhoSamFoo commented on GitHub (Aug 13, 2023):
For some reason, this fails on
catthehacker/ubuntu:full-latestalthough working oncatthehacker/ubuntu:rust-latestAlthough it should be available in
full-latestas well...@ChristopherHX commented on GitHub (Aug 13, 2023):
full-latest is unmaintained, we need to update the docs...(has been manually updated by a former active maintainer)
The rust flavor image had received adjustments due to my rewrite of env handling. Act was previously reading /etc/environment the full impact to full-latest tag has not been tested by me
@github-actions[bot] commented on GitHub (Feb 10, 2024):
Issue is stale and will be closed in 14 days unless there is new activity
@NicolasPL64 commented on GitHub (Oct 30, 2024):
@GuessWhoSamFoo
Tried it and still got the error
/var/run/act/workflow/2: line 2: rustup: command not found. Not sure what else to do. Did someone from this conversation get it working?@GuessWhoSamFoo commented on GitHub (Oct 30, 2024):
@NicolasPL64 Haven't been up to date with the project so unsure about maintenance of runners these days. Installing the dependency at runtime or building your own image would be potential options