Open javierhonduco opened 1 year ago
Compiling Ruby takes quite a bit of time, even on multi-core machines. Perhaps the compilation step could be made parallel?
https://github.com/trilogy-libraries/trilogy/blob/d0ef00885008373ff1deeb9446dad1e0b0fb2999/Dockerfile#L13
Something like make -j$(nproc --all)
make -j$(nproc --all)
Compiling Ruby takes quite a bit of time, even on multi-core machines. Perhaps the compilation step could be made parallel?
https://github.com/trilogy-libraries/trilogy/blob/d0ef00885008373ff1deeb9446dad1e0b0fb2999/Dockerfile#L13
Something like
make -j$(nproc --all)