Avi Deitcher

Results 758 comments of Avi Deitcher

I couldn't reproduce: ```sh ➜ ~ mkdir -p dev/bin ➜ ~ cd dev/bin ➜ bin curl -L -O https://busybox.net/downloads/binaries/1.35.0-x86_64-linux-musl/busybox % Total % Received % Xferd Average Speed Time Time Time...

```sh ~ # uname -a Linux docker-desktop 6.10.4-linuxkit #1 SMP Wed Oct 2 16:38:00 UTC 2024 aarch64 Linux ```

> The bind mount in sshro exhibits the issue Yes, now I can reproduce it. ```sh root@27106064c3a7:~/sshro# ./busybox bash: ./busybox: Invalid argument ```

So it works when sshfs mounted, and when you then bind mount that to another dir, but not when you ro bind mount it: ```sh root@27106064c3a7:~# mount | grep ssh...

And you tried it in a local linux device. I just tried it without sshfs in the middle, just a local bind mount: ```sh root@27106064c3a7:~# mkdir local root@27106064c3a7:~# mkdir localrw...

Just came across this. I had originally interpreted workspaces as _completely_ separate environments, including backend, rather than _within_ a backend. I struggled to make sense of it, since I do...

@rene I am starting to question the approach. There are two reasons to build different matrix runs: * to coordinate the separate variants (i.e. having a matrix list) * because...

No problem. I had to reread the issue comments to remember it all. 😄