Julio Merino

Results 138 comments of Julio Merino

Confirmed that this happens on macOS too, so fixed the title.

Maybe my original context for this issue was wrong. I was just able to run Xcode tools after "re-exposing" the whole root directory under a FUSE file system. (Or maybe...

See https://github.com/nix-rust/nix/pull/969.

OK, the dependent PR for nix has been fixed. Once it's released, we should be able to switch to `ENOTSUP` instead.

Hey, this caught my attention because I saw sandboxfs mentioned as the cause behind this issue... but neither your `bazel build` invocation nor the logs have any mentions of sandboxfs....

Before fixing FreeBSD issues, I'd like to have automated testing running for this platform. Otherwise this will be a recurrent problem. I think it should be possible to use Cirrus...

Interesting. Is this with the release binary of sandboxfs 0.1.0 in the repository or with a custom build? If the latter, just double-checking if you built it in `--release` mode?

I just wanted to ensure that the binary was built with `--release` as otherwise it can be quite slow. So, to summarize: No sandbox: Elapsed time: 265.130s, Critical Path: 207.45s...

The downside of enabling this is that writing the core dumps takes a long time (they are multi-GB files) and they need to be pruned by hand to avoid wasting...

Sounds fair, but could you maybe add a note to `README.md` saying that this is a "fork" of libfuse/sshfs and that commits should be sent there, either directly or via...