Skip to content

Commit

Permalink
Removed filesystem mruby-jvm in favor of github
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Sep 11, 2015
1 parent bd29eb4 commit 4a50976
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a50976

Please sign in to comment.