-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi! These Actions are extremely handy for anyone actually interested in platform portability. Thank you for providing them.
I wanted to compare sync: sshfs with sync: rsync, and found that the former appears not to be working on NetBSD. To try to validate this, here's output of /sbin/mount within freebsd-vm, where the job succeeds:
/dev/gpt/rootfs on / (ufs, local, soft-updates)
devfs on /dev (devfs)
/dev/gpt/efiesp on /boot/efi (msdosfs, local)
host:work on /home/runner/work (fusefs.sshfs)
And within netbsd-vm, where the job gives errors such as fatal: could not create work tree dir: No such file or directory:
/dev/dk0 on / type ffs (local)
tmpfs on /tmp type tmpfs (local)
kernfs on /kern type kernfs (local)
ptyfs on /dev/pts type ptyfs (local)
procfs on /proc type procfs (local)
tmpfs on /var/shm type tmpfs (local)
I'm happy to try something further to validate the problem and/or test a fix.
gaborcsardi
Metadata
Metadata
Assignees
Labels
No labels