lib/origen/boot/app.rb in origen-0.44.0 vs lib/origen/boot/app.rb in origen-0.50.0
- old
+ new
@@ -191,13 +191,9 @@
# The application's bundle is safely loaded, do a final check to make sure that Origen's
# required bin dependencies have binstubs
if BIN_DEPS.any? { |bin, gem| !File.exist?(File.join(lbin_dir, bin)) }
system "bundle binstubs #{BIN_DEPS.map { |bin, gem| gem }.join(' ')} --path #{lbin_dir} --force"
end
- if Origen.site_config.use_bootsnap && !Origen.os.windows?
- ENV['BOOTSNAP_CACHE_DIR'] ||= "#{origen_root}/tmp/cache"
- require 'bootsnap/setup'
- end
end
require 'origen'
warnings
end