ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.16k stars 3.01k forks source link

FUSE in CI #2023

Open jbenet opened 8 years ago

jbenet commented 8 years ago

yay! we can now test FUSE on travis-ci:

Let's:

jbenet commented 8 years ago

@roidrage can we test FUSE on the osx platform? it should technically be possible, no?

jbenet commented 8 years ago

@roidrage and, thanks very much for the hard work on this!

roidrage commented 8 years ago

It should be possible to do that, e.g. via OSXFUSE, that is, if you can somehow script the integration easily to run headless.

thelinuxkid commented 8 years ago

You can assign it to me. I will start working on it.

whyrusleeping commented 8 years ago

@thelinuxkid its all yours!

thelinuxkid commented 8 years ago

I am still working on a few issues to completely resolve this. See #2044, #2094, #2095 and #2096.

thelinuxkid commented 8 years ago

Changes submitted https://github.com/ipfs/go-ipfs/pull/2120

whyrusleeping commented 8 years ago

Note: we do want to extract the fuse mounting code into a separate binary, which should make this a bit easier