achill
achill
Thanks, the fix was in the pipeline since yesterday and is now merged and should be available by now on your mirror.
The people responsible for the docker image is the NodeJS team, please reach out to them.
> Generally, my impression is that XDG Base Directory spec compliance is typically the responsibility of upstream rather than the package maintainer I'm not sure I understood you correctly, but...
Ah, yeah now I understood you correctly. I looked onto other implementations of `g_get_user_data_dir` and they also append their app name (sometimes app id). This should be changed, but now...
the behaviour comes from busybox sh. > Is it possible to somehow make the example above work without adding shebang? E.g., by passing some env variable? Or by enabling some...
oh, yeah. I didn't realized that you're using `env` to execute the commands. `env` on alpine, is also busybox, which maybe is the problem here. so you might be lucky...
Did you run `setup-interfaces`?
Well, yes, it should build everything. By building kanidm (the pkgbase) it builds everything and then splits it into sub-packages, so that it isn't a single huge package and split...
BTW: the package is failing to build because of missing Rust 1.78.0 support in the 1.2.x branch, not because you're building everything. :) A patch is included on master, but...
> for orca, how do we build without it? i see it is not [mentioned in the build script](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kanidm) which does: Yeah it should already not build orca, and only...