Переглянути джерело

Try to finally fix the travis build for mac os jdks

MeFisto94 7 роки тому
батько
коміт
9064149518
1 змінених файлів з 2 додано та 4 видалено
  1. 2 4
      jdks/download-jdks.sh

+ 2 - 4
jdks/download-jdks.sh

@@ -92,13 +92,11 @@ function unpack_mac_jdk {
     else # Linux
         7z x ../downloads/jdk-macosx-x64.dmg 
         # The following seems dependent of the 7zip version. Travis on Version 9.20 extracts all partitions, where as at least version 16.02 is automatically extracting 4.hfs
-        ls -lsh
         7z x 4.hfs > /dev/null
-        ls -lsh
         #install_xar
         #./xar-1.5.2/src/xar -xf JDK*/JDK*.pkg
-        7z x JDK*.pkg 
-        cd jdk1*.pkg
+        #7z x JDK*.pkg 
+        #cd jdk1*.pkg
     fi
 
     cd JDK*