Use Case
(maye shared action isn't the best place for this issue)
The most time consuming part during the clojure compilation is getting ruby into the container:
https://github.com/OpenVoxProject/openvoxdb/blob/main/Dockerfile#L9-L11
It would be nice if we could rely on precompiled ruby. And thinking a step further I'm wondering if the whole Dockerfile is required? The build process now runs in GitHub Actions, that provides a clean environment on each run. Maybe we can just get rid of the Docker setup?
Describe the solution you would like
Faster ezbake build times by not compiling ruby.
Describe alternatives you've considered
No response
Additional context
No response
Use Case
(maye shared action isn't the best place for this issue)
The most time consuming part during the clojure compilation is getting ruby into the container:
https://github.com/OpenVoxProject/openvoxdb/blob/main/Dockerfile#L9-L11
It would be nice if we could rely on precompiled ruby. And thinking a step further I'm wondering if the whole Dockerfile is required? The build process now runs in GitHub Actions, that provides a clean environment on each run. Maybe we can just get rid of the Docker setup?
Describe the solution you would like
Faster ezbake build times by not compiling ruby.
Describe alternatives you've considered
No response
Additional context
No response