mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-31 20:52:13 +01:00
c88ff311f1
Now ```tar.xz``` format is widely used, and the official arduino IDE download URL also shows that arduino uses ```tar.xz``` format. (https://downloads.arduino.cc/arduino-1.8.9-linux64.tar.xz). As we all know, the tar.xz format has the optimal size compared to tar, tar.gz, tar.bz2, and zip. (https://www.rootusers.com/gzip-vs-bzip2-vs-xz-performance-comparison/) Therefore, it is very unreasonable not to support tar.xz. Supporting this format can save almost half of the bandwidth resources and download time when compressing the gcc toolchain, making users more comfortable. Signed-off-by: Huang Rui <vowstar@gmail.com>