build_ruby icon indicating copy to clipboard operation
build_ruby copied to clipboard

Go program for building Ruby packages using Docker

Results 5 build_ruby issues
Sort by recently updated
recently updated
newest added

Switch to using Docker for mac.

``` 2015/11/10 23:31:43 Wrong color syntax: f ```

Either cleanup leftover images automatically, or have a build_ruby subcommand to list and cleanup

enhancement

This code now panics when it never used to, need to work out what changed between docker / boot2docker versions ``` if err := docker_client.StopContainer(container.ID, 1); err != nil {...

When running: ``` ./build_ruby -r 2.1.0 -i 37s~trusty -d ubuntu:14.04 ``` I get: ``` make[2]: Entering directory `/tmp/ruby-2.1.0/ext/readline' compiling readline.c readline.c: In function 'Init_readline': readline.c:1977:26: error: 'Function' undeclared (first use...