You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make some kind of package that supplies the homebrew.tar.zstd file we have on AuroraBazzFinChillobator right now. After some experimentation, the package absolutely works if we run install homebrew through bubblewrap and generate a tarball off of that. The problem is that COPR doesnt allow for User Namespaces to be used during builds. So the plan is to:
Create github action here that generated the homebrew tarball
Fetch the tarball in the RPM builds
Plop that in the system with a setup service or something.
BAM - Profit.
The text was updated successfully, but these errors were encountered:
We should make some kind of package that supplies the
homebrew.tar.zstd
file we have on AuroraBazzFinChillobator right now. After some experimentation, the package absolutely works if we run install homebrew throughbubblewrap
and generate a tarball off of that. The problem is that COPR doesnt allow for User Namespaces to be used during builds. So the plan is to:The text was updated successfully, but these errors were encountered: