unitstool - use nodejs gz

This commit is contained in:
Licaon_Kter 2022-11-07 15:29:04 +00:00
parent 13213c50c9
commit 286ccbe601

View file

@ -179,10 +179,10 @@ Builds:
subdir: android/app
sudo:
- apt-get update
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz
- echo "a3721f87cecc0b52b0be8587c20776ac7305db413751db02c55aa2bffac15198 node.tar.xz"
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.gz
- echo "5f80197d654fd0b749cdeddf1f07a5eac1fcf6b423a00ffc8f2d3bea9c6dc8d1 node.tar.gz"
| sha256sum -c -
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- sed -i 's/enableSeparateBuildPerCPUArchitecture = true/enableSeparateBuildPerCPUArchitecture
= false/g' build.gradle