Anthony Green
Anthony Green
> I only skimmed the code but I think there's slightly more to OCI than that, unless I'm missing something? I don't think so. Every file is pushed as a...
> What specifically do you hope to gain with `oci://` support? OCI registries aren't really a good place to store RPM repositories. OCI registries are increasingly being used as general-purpose...
> If it's done as each file is a layer in an "image" blob: then it becomes massively expensive to fetch individual files. If it is each file is an...
Any updates on this feature? I would love to see it merged. Thank you!
For what it's worth, I've pointed the ocicl builder at your repo.
It's a bug related to the way I build ocicl in homebrew. The way I build it in homebrew is unique, so it's OK to put the fix here as...
No. The homebrew-for-linux build system manipulates ELF binaries in a way that breaks sbcl-dumped executables. I've filed an issue with the upstream patchelf.rb, and they don't seem willing to accommodate...
/lifecycle frozen
``` green@fedora:~/show-dump$ sbcl This is SBCL 2.3.11-2.fc40, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely...
I should add that what we're seeing with Linux binaries we build in homebrew, look a lot like what happens when you strip the binary, like this: ``` green@fedora:~/show-dump$ strip...