[PR #2179] [CLOSED] fix: EACCESS error regarding /opt/hostedtoolcache #2310

Closed
opened 2026-03-01 21:54:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2179
Author: @AndesKrrrrrrrrrrr
Created: 1/30/2024
Status: Closed

Base: masterHead: fix/hostedtoolcache


📝 Commits (6)

📊 Changes

5 files changed (+42 additions, -16 deletions)

View changed files

pkg/common/env.go (+28 -0)
📝 pkg/container/linux_container_environment_extensions.go (+4 -4)
📝 pkg/runner/action.go (+4 -4)
📝 pkg/runner/run_context.go (+3 -3)
📝 pkg/runner/step_docker.go (+3 -5)

📄 Description

The RUNNER_TOOL_CACHE environment variable points to the hard-coded /opt/hostedtoolcache, which is not user-accessible.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2179 **Author:** [@AndesKrrrrrrrrrrr](https://github.com/AndesKrrrrrrrrrrr) **Created:** 1/30/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/hostedtoolcache` --- ### 📝 Commits (6) - [`25f7857`](https://github.com/nektos/act/commit/25f785748aee3555b1c623e4adad5197723e299e) Fix EACCESS error regarding /opt/hostedtoolcache - [`709948a`](https://github.com/nektos/act/commit/709948a3ff111bb64af7079035f8d29ca3d671e1) Add common/env.go - [`b60d7de`](https://github.com/nektos/act/commit/b60d7defa8182b8e51a65c907ac9530bee5847a5) Use new common/env.go module - [`4a3aa0c`](https://github.com/nektos/act/commit/4a3aa0c8842d47ccb239c04a4214b7dc6518fcd1) Fix export/import - [`d1e41b7`](https://github.com/nektos/act/commit/d1e41b7450673837f3b836a78ab8514633bd73c5) Fix import/export - [`9c2bc67`](https://github.com/nektos/act/commit/9c2bc67ef265051239321b6813fb8f1811ab6897) Linting ### 📊 Changes **5 files changed** (+42 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `pkg/common/env.go` (+28 -0) 📝 `pkg/container/linux_container_environment_extensions.go` (+4 -4) 📝 `pkg/runner/action.go` (+4 -4) 📝 `pkg/runner/run_context.go` (+3 -3) 📝 `pkg/runner/step_docker.go` (+3 -5) </details> ### 📄 Description The `RUNNER_TOOL_CACHE` environment variable points to the hard-coded `/opt/hostedtoolcache`, which is not user-accessible. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2310
No description provided.