goldstar611
goldstar611
alternative options have been discussed on TheHackerNews a few months ago: https://news.ycombinator.com/item?id=27030088
It could work if the runners were started inside a chroot. That way they would be isolated and have different /opt/ directories.
I can also say that I have seen this and that downgrading to 1.15 does not exhibit the problem. (the installer was on hand at the time to repro) >...
> That issue does say introduced in 1.18. So maybe that's good news. I missed that comment by sallar. I feel better about downgrading now too.
Github has a nice json endpoint at https://api.github.com/repos/FiloSottile/mkcert/releases/latest combine that with jq and you get something like this to download the latest MacOS amd64 binary: ```bash url=$(curl https://api.github.com/repos/FiloSottile/mkcert/releases/latest | jq...
> We can change these commands to something like step ssh root and step ssh root --host or something similar. What do you think? I think from the user perspective...
Looks like commit https://github.com/AppImageCrafters/appimage-builder/commit/af45b1b822e2e6711544557bdfbf1b290e115363 added a new recipe option `comp` that is not marked as optional and there is no default value.
> Did you happen to get a fix? yes, it's an easy fix. Just add a `comp` line to your recipe. You can [choose](https://github.com/AppImageCrafters/appimage-builder/blob/af45b1b822e2e6711544557bdfbf1b290e115363/appimagebuilder/modules/generate/bundle_info_gatherer.py#L103) `xz`, `gzip` or `none` for the...
> I tried to use `comp: None` but it doesn't seem to work. [It fails](https://github.com/bluecherrydvr/unity/actions/runs/8160731395/job/22307959584) saying that None is not a valid compression type. > > What is the output...
Unfortunately Debian Stretch has removed support for PPC architecture (leaving only ppc64el) so it's going to be increasingly harder to come by full images that are up to date. I...