Lines Matching refs:tar
21 …hon3.8-distutils perl openssl libssl-dev cpio git-lfs m4 ccache zlib1g-dev tar rsync liblz4-tool g…
38 ….huaweicloud.com/openharmony/compiler/clang/12.0.1-530132/linux/clang-530132-linux-x86_64.tar.bz2 \
39 …ome/tools https://repo.huaweicloud.com/harmonyos/compiler/hc-gen/0.65/linux/hc-gen-0.65-linux.tar \
40 …://repo.huaweicloud.com/harmonyos/compiler/gcc_riscv32/7.3.0/linux/gcc_riscv32-linux-7.3.0.tar.gz \
41 … -P /home/tools https://repo.huaweicloud.com/harmonyos/compiler/ninja/1.9.0/linux/ninja.1.9.0.tar \
42 …home/tools https://repo.huaweicloud.com/harmonyos/compiler/gn/1717/linux/gn-linux-x86-1717.tar.gz \
43 …&& wget -P /home/tools https://mirrors.huaweicloud.com/nodejs/v14.15.4/node-v14.15.4-linux-x64.tar…
44 && wget -P /home/tools https://hm-verify.obs.cn-north-4.myhuaweicloud.com/qemu-5.2.0.tar.xz \
45 && tar -jxvf /home/tools/clang-530132-linux-x86_64.tar.bz2 -C /home/tools \
47 && tar -xvf /home/tools/hc-gen-0.65-linux.tar -C /home/tools \
48 && tar -xvf /home/tools/gcc_riscv32-linux-7.3.0.tar.gz -C /home/tools \
49 && tar -xvf /home/tools/ninja.1.9.0.tar -C /home/tools \
50 && tar -xvf /home/tools/gn-linux-x86-1717.tar.gz -C /home/tools/gn \
51 && tar -xJf /home/tools/node-v14.15.4-linux-x64.tar.xz -C /home/tools \
55 && tar -xJf /home/tools/qemu-5.2.0.tar.xz -C /home/tools \
77 && rm -rf /home/tools/*.tar \