Skip to content

Commit 4857e98

Browse files
committed
install xz manually to test
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
1 parent 332bce5 commit 4857e98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/omnibus/fetchers/net_fetcher.rb

+4-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,10 @@ def extract
235235
if downloaded_file.end_with?(*TAR_EXTENSIONS) && source[:extract] != :seven_zip
236236
returns = [0]
237237
returns << 1 if source[:extract] == :lax_tar
238-
238+
239+
log.info(log_key) { "-----DEBUG-----installing xz just to test------" }
240+
shellout!(brew install xz)
241+
log.info(log_key) { "-----DEBUG-----completing installation of xz------" }
239242
shellout!("tar #{compression_switch}xf #{downloaded_file} --force-local -C#{project_dir}", returns: returns)
240243
elsif downloaded_file.end_with?(*COMPRESSED_TAR_EXTENSIONS)
241244
Dir.mktmpdir do |temp_dir|

0 commit comments

Comments
 (0)