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

Fix infinite symlinks in runtime dir #1158

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Conversation

sandydoo
Copy link
Member

Use the no-dereference option to stop ln from following the existing .devenv/run symlink and creating a recursive symlink inside the runtime dir to itself.

Fixes #1115.

Use the `no-dereference` option to stop `ln` from following the existing
`.devenv/run` symlink and creating a recursive symlink inside the
runtime dir to itself.

Fixes #1115.
@sandydoo sandydoo added the bug Something isn't working label Apr 21, 2024
Copy link

Deploying devenv with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1678feb
Status: ✅  Deploy successful!
Preview URL: https://d66e2a02.devenv.pages.dev
Branch Preview URL: https://fix-runtime-dir-recursion.devenv.pages.dev

View logs

@sandydoo sandydoo marked this pull request as ready for review April 21, 2024 18:33
@domenkozar domenkozar merged commit c4b6e9c into main Apr 22, 2024
233 of 256 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

infinite symlink: /tmp/devenv-XXX/devenv-XXX -> /tmp/devenv-XXX
2 participants