jfyi in 2.22 we now have makeself_archive, which i...
# development
s
jfyi in 2.22 we now have makeself_archive, which is similar to pex_binary but for shell scripts: https://www.pantsbuild.org/2.22/docs/shell/self-extractable-archives Feel free to try it out!
🎉 4
w
This one is really interesting, I'd never heard of it before
Are there any particular limitations or sharp edges we should be on the lookout for as new users?
s
w
Also, for consistency - shouldnt' it be under, like "backend.shell.package" type of convention?
s
We talked about it in the pr, technically you can make makeself_archive work with any scripting language with shebang, so I decided to keep it separate for now
It's experimental, so we can move it once we decide to stabilize it
w
Ah, okay, interesting!