vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
286 stars 66 forks source link

Fix header paths for fuse3 #109

Closed vasi closed 11 months ago

vasi commented 11 months ago

We should look in the path that pkg-config gives us, not the default search paths.

Fixes #108

DrDaveD commented 11 months ago

The freebsd test failed. The Run after info shows

Remounting with idle unmount option...
Not mounted?
rm: /tmp/tmp.ru1zlWvQ/mount: No such file or directory
FAIL tests/ll-smoke.sh (exit status: 1)

I'm not sure what that means. The freebsd test hasn't been very reliable and sometimes just redoing it makes it work. The only way I have found to redo it is a new push (including force-push).

vasi commented 11 months ago

Yeah, I'm not really sure what's wrong with that. I may setup a VM and see if I can repro.

vasi commented 11 months ago

I retried in Cirrus, and it passed now. Darn flaky tests :(