bakeware
bakeware copied to clipboard
Compile Elixir applications into single, easily distributed executable binaries
When starting the application with the binary in a container, the application does not run as PID 1, instead PID 1 is bin/sh: Running `ps ax` in the container gives...
It really seems like this could work just as well on non-Elixir projects. This is a placeholder issue for posting notes to help us out for when time opens up...
~~In the situation of someone running a bakeware compiled binary on an extremely fresh install of some UNIX/Linux installs, when a `~/.cache/bakeware` directory is not present already on the system...
When bakeware and escript are used at the same time, the generated application will invoke `main` function twice. ### How to reproduce Taking the `simple_script` as an example. Modify `mix.exs`...
If you push many releases of your application each time it will extract into a new folder under the .cache/bakeware path, this quickly adds up consuming disk space. Allowing only...
I know that using a dev build, I can call in to a running application with `binary_name rpc "function"`. Once I move to production, I don't understand how to call...
Just started trying to use bakeware, and each project I try to build prints "The system cannot find the path specified." up to three times, and does not progress Has...
This looks amazing! Let me know if you believe there are improvements we can do to our release scripts. In particular, I wonder if it is worth supporting `bin/my_app start...
CPIO is letting us down. So, let's optimize and start handling it on own on. This is beginning steps of an idea to create our own file tree with native...
Is it possible to run a bakeware executable on a 32-bit linux system? Currently I get ``` reMarkable: ~/ ./demo -sh: ./demo: cannot execute binary file: Exec format error ```...