mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #457] Chocolatey updates broken #320
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#320
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 @tylergohl on GitHub (Jan 2, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/457
Looks like Chocolatey updates stopped updating at
v0.2.9- https://chocolatey.org/packages/act-cli#versionhistory.I'm going to see if there is anything obvious that can be addressed there.
@tylergohl commented on GitHub (Jan 2, 2021):
Looking at the error logs for the most recent push - the first error I see is:
@tylergohl commented on GitHub (Jan 2, 2021):
Adding
gitto the apt-get install of the Dockerfile resolves the error above but produces a new error because the working directory isn't a git repository:I'm not sure if this is the error that is ultimately leading to the build failing however or just a red herring. Here are some examples of the errors that ultimately cause the build to fail I believe:
[exec] infrastructure/registration/SimpleInjectorContainer.cs(32,38): error CS0246: The type or namespace name `Container' could not be found. Are you missing `System.ComponentModel' using directive? [exec] infrastructure/registration/SimpleInjectorContainer.cs(62,23): error CS0246: The type or namespace name `Container' could not be found. Are you missing `System.ComponentModel' using directive? [exec] infrastructure/registration/SimpleInjectorContainer.cs(67,24): error CS0246: The type or namespace name `Container' could not be found. Are you missing `System.ComponentModel' using directive? [exec] infrastructure/registration/SimpleInjectorContainer.cs(92,77): error CS0246: The type or namespace name `Container' could not be found. Are you missing `System.ComponentModel' using directive? [exec] infrastructure/logging/Log4NetAppenderConfiguration.cs(39,33): error CS0246: The type or namespace name `log4net' could not be found. Are you missing an assembly reference? [exec] infrastructure/logging/Log4NetLog.cs(35,17): error CS0246: The type or namespace name `log4net' could not be found. Are you missing an assembly reference? [exec] infrastructure/logging/Log4NetLog.cs(115,26): error CS0246: The type or namespace name `Level' could not be found. Are you missing an assembly reference?@github-actions[bot] commented on GitHub (Feb 2, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@tylergohl commented on GitHub (Feb 2, 2021):
This is still broken but I haven't had a chance to look, just commenting here so it doesn't get auto closed.