Lorenzo Fontana
Lorenzo Fontana
@munishchouhan something is off accessing the `/dev/fuse` device. How are you running this?
Found, you need to add ```bash --device /dev/fuse ``` https://github.com/seqeralabs/wave/blob/7751c8653b5daf77c149c1f5eae1d02d817278b9/src/main/groovy/io/seqera/wave/service/builder/DockerBuildStrategy.groovy#L105
If this needs to be done in Kubernetes there are two possible solutions: - Start the container privileged and mount `/dev/fuse` inside of it - Use a device plugin, the...
Unfortunately even if fusion can change the mount dir with `-mount-point` flag it it has the second level directory which is the name of the remote storage (e.g: s3). However...
@an-altosian @SPPearce unfortunately hard links are not supported by the fusion filesystem and the xeniumranger tool uses them inside. xeniumranger is not open source so apparently the only possibility is...
Yes passing `process.scratch = true` is the only way to make it work for now. We are planning on doing a refactor to make hardlinks possible but it's not something...
stack trace ``` error: @programdir/modules/package/tools/autoconf.lua:161: method 'fetch' is not callable (a nil value) stack traceback: [@programdir/modules/package/tools/autoconf.lua:161]: in function '_get_cflags_from_packagedeps' [@programdir/modules/package/tools/autoconf.lua:215]: in function 'buildenvs' [@programdir/modules/package/tools/autoconf.lua:427]: in function 'configure' [@programdir/modules/package/tools/autoconf.lua:467]: in function...
Thank you!
strange, what is your xmake version? Also you should not run that as root, I remember xmake doens't allow you to do that by default.
can you run ``` xmake -v -D f --generate-vmlinux=y ```