mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
unitstool - use nodejs gz
This commit is contained in:
parent
13213c50c9
commit
286ccbe601
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue