←back to thread

333 points steveklabnik | 5 comments | | HN request time: 1.044s | source
1. jweir ◴[] No.45032411[source]
fast installs will be great. compiling ruby is the only slow part left in our provisioning process.
replies(2): >>45034145 #>>45034483 #
2. inopinatus ◴[] No.45034145[source]
to this end I have been deploying with the fullstaq-ruby builds for some years now.
replies(1): >>45043449 #
3. gtirloni ◴[] No.45034483[source]
why are you compiling ruby during provisioning?
4. jweir ◴[] No.45043449[source]
we have investigate that, but it requires sudo access which is not allowed but the running user.
replies(1): >>45045684 #
5. inopinatus ◴[] No.45045684{3}[source]
You may find the fakeroot utility goes a long way to help. But never forget that binary packages are merely archives, or sometimes, archives-of-archives (as in Debian); we can unroll them anywhere.