We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ecd9c commit fab1726Copy full SHA for fab1726
tasks/build.rake
@@ -42,7 +42,7 @@ namespace :vox do
42
run_command("cd #{ezbake_dir} && lein install", silent: false, print_command: true)
43
44
puts "Building openvox-server"
45
- run_command("rm -rf ruby && rm -rf output && lein install")
+ run_command("rm -rf ruby && rm -rf output && bundle install --without test && lein install", silent: false, print_command: true)
46
run_command("COW=\"#{@debs}\" MOCK=\"#{@rpms}\" GEM_SOURCE='https://rubygems.org' EZBAKE_ALLOW_UNREPRODUCIBLE_BUILDS=true EZBAKE_NODEPLOY=true LEIN_PROFILES=ezbake lein with-profile user,ezbake,provided ezbake local-build", silent: false, print_command: true)
47
run_command("sudo chown -R $USER output", print_command: true)
48
Dir.glob('output/**/*i386*').each { |f| FileUtils.rm_rf(f) }
0 commit comments