Skip to content

Commit b837b25

Browse files
committed
fix: add command to list bundled gems during openvox-server build process
1 parent 7988e97 commit b837b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/build.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ namespace :vox do
4444
puts "Building openvox-server"
4545
run_command("rm -rf ruby && rm -rf output && bundle install --without test && lein install", silent: false, print_command: true)
4646
run_command('bundle list', silent: false, print_command: true)
47+
run_command('ls -la /home/runner/work/openvox-server/openvox-server/.bundle/gems/ruby/3.2.0/bundler/gems/', silent: false, print_command: true)
4748
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)
4849
run_command("sudo chown -R $USER output", print_command: true)
4950
Dir.glob('output/**/*i386*').each { |f| FileUtils.rm_rf(f) }

0 commit comments

Comments
 (0)