From 4a50976fdda15b81a820647c2cc0cdd8210ff15b Mon Sep 17 00:00:00 2001 From: Joe Kutner Date: Fri, 11 Sep 2015 09:37:19 -0500 Subject: [PATCH] Removed filesystem mruby-jvm in favor of github --- build_config.rb | 2 +- docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build_config.rb b/build_config.rb index e1633e8..77f6b9d 100644 --- a/build_config.rb +++ b/build_config.rb @@ -4,7 +4,7 @@ def gem_config(conf) # be sure to include this gem (the cli app) conf.gem File.expand_path(File.dirname(__FILE__)) - conf.gem :path => '../../mruby-jvm' + #conf.gem :path => '../../mruby-jvm' end MRuby::Build.new do |conf| diff --git a/docker-compose.yml b/docker-compose.yml index d2bdc9d..6cb08fc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,6 @@ compile: &defaults build: . volumes: - .:/home/mruby/code:rw - - /Users/jkutner/workspace/mruby-jvm:/home/mruby/mruby-jvm:rw command: rake compile test: <<: *defaults