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

Allow files in Asset Manager /tmp to be executed #602

Merged
merged 1 commit into from
May 24, 2022
Merged

Conversation

ollietreend
Copy link
Contributor

This applies the same change made in #547 (commit: 74438a3) to the Asset Manager app.

Without this, rbenv isn't able to install the correct Ruby version in the asset-manager container, resulting in the error message:

ruby-build: TMPDIR=/tmp cannot hold executables (partition possibly mounted with `noexec`)

This applies the same change made in 74438a3 to the Asset Manager app.

Without this, `rbenv` isn't able to install the correct Ruby version in the `asset-manager` container, resulting in the error message:

```
ruby-build: TMPDIR=/tmp cannot hold executables (partition possibly mounted with `noexec`)
```
Copy link
Contributor

@benthorner benthorner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense - consistent with the other two apps this applies to 👍.

@ollietreend ollietreend merged commit f38bf97 into main May 24, 2022
@ollietreend ollietreend deleted the allow-tmpfs-exec branch May 24, 2022 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants