Skip to content

Commit 9027c27

Browse files
Bryan Powell64kramsystem
authored andcommitted
Output the bundle env
1 parent 9b13853 commit 9027c27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/compiler.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ def local_toolchain_bundle
288288
@utils.chdir(@work_dir_local) do
289289
log '=> gem env'
290290
@utils.run local_toolchain_env, @gem, 'env'
291+
@utils.run local_toolchain_env, @bundle, 'env'
291292
@utils.run(local_toolchain_env, @bundle, 'install')
292293
# detect Rails
293294
if @utils.run_allow_failures(local_toolchain_env, @bundle, 'show', 'rails').exitstatus.zero?

0 commit comments

Comments
 (0)