docs(plugins): don't name a release that doesn't exist yet
ci / web (pull_request) Successful in 1m4s
apple / swift (pull_request) Successful in 1m28s
apple / screenshots (pull_request) Skipped
ci / docs-site (pull_request) Successful in 1m45s
ci / rust-arm64 (pull_request) Successful in 2m39s
android / android (pull_request) Successful in 3m16s
ci / rust (pull_request) Successful in 7m58s
ci / web (pull_request) Successful in 1m4s
apple / swift (pull_request) Successful in 1m28s
apple / screenshots (pull_request) Skipped
ci / docs-site (pull_request) Successful in 1m45s
ci / rust-arm64 (pull_request) Successful in 2m39s
android / android (pull_request) Successful in 3m16s
ci / rust (pull_request) Successful in 7m58s
The /tmp troubleshooting note said PrivateTmp=yes shipped "until 0.23.1". 0.23.0 is the latest tag and the next number isn't decided, so that could be wrong on arrival. "In earlier releases" is true whichever number it gets. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -335,7 +335,7 @@ plugins (stop it with <kbd>Ctrl</kbd>+<kbd>C</kbd>):
|
||||
|
||||
**A plugin can't reach a service running on the same box (Linux)** — plugins that drive a local
|
||||
daemon usually talk to it over a socket or FIFO in `/tmp`. The runner's unit shipped with
|
||||
`PrivateTmp=yes` until 0.23.1, which gave it a private `/tmp` and hid all of it: the plugin would
|
||||
`PrivateTmp=yes` in earlier releases, which gave it a private `/tmp` and hid all of it: the plugin would
|
||||
launch the vendor's binary happily and then time out reaching the daemon behind it, while the same
|
||||
command worked perfectly in your own shell. If you are on an older host, or you have a drop-in that
|
||||
reinstates it, put the real `/tmp` back:
|
||||
|
||||
Reference in New Issue
Block a user