Denis Cornehl
Denis Cornehl
so, `path::absolute` doesn't work. My current hunch is that this is related to how rustwide maps the toolchain into the docker container, and it somehow breaks when we try to...
> Canonicalizing the parent directory should always be fine though. this also doesn't work. Not sure why yet
> > My current hunch is that this is related to how rustwide maps the toolchain into the docker container, and it somehow breaks when we try to use symlinks...
an additional thought: I'm not 100% sure how docker maps filesystems, but I could imagine that even when we would switch to relative symlinks, this might not work, if the...
I'm really happy to find a way to make this work with rustwide, but I would really like to do this properly, without having the pressure of docs.rs builds not...
I got docs.rs build again by forcing rustwide to use 1.27.1 and blocking the self update. I'll probably wait for #4222 / #4226 to be released and try again. If...
> Ok, new release should be out now. Sorry for the delay, unfortunately the release process is not anywhere near as simple as pressing a button. so https://github.com/rust-lang/rustup/pull/4226 is in...
sorry, saw it in the release notes. Will look if it works now later
short update also here, coming from [this comment](https://github.com/rust-lang/rustwide/issues/94#issuecomment-2702958520): changing the symlinks to relative didn't help, so rustwide (= docs.rs & crater & other users like shipyard) are currently frozen to...
You can see here: https://github.com/rust-lang/rustwide/pull/97 how it was solved in rustwide, not sure if it helps