diff --git a/metadata/com.graphhopper.maps.yml b/metadata/com.graphhopper.maps.yml index 089d074c7e..9054c5a67b 100644 --- a/metadata/com.graphhopper.maps.yml +++ b/metadata/com.graphhopper.maps.yml @@ -153,13 +153,12 @@ Builds: - versionName: 1.0.5 versionCode: 6 - commit: c03aa0cbd34bcfd25e74d8b8a5555106de1c71a7 + commit: 787bd1dd590d52199050376d00e4cd2f2303c308 subdir: android/app submodules: true sudo: - sysctl fs.inotify.max_user_watches=524288 - apt-get update - - apt-get install -y strace - curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.1/node-v16.20.1-linux-x64.tar.gz - echo "c76d2aabd2d02542505fd24e18876fb8515e23638531249277272def42ab54e3 node.tar.gz" | sha256sum -c - @@ -168,15 +167,9 @@ Builds: - cd ../.. - cp config.js graphhopper-maps/ - cd graphhopper-maps - - export OPENSSL_ia32cap="~0x1000000000000000:~0" - - cat /proc/cpuinfo - - cat /etc/os-release - - npm -v - - node -v - rm -rf node_modules - - npm --verbose install - - sed -i -e 's/gitSHA\ =/gitSHA\ ="1"\/\//g' webpack.common.js - - strace -f -e trace=execve npm run build --verbose + - npm install + - npm run fdroid - mv dist/bundle.*.js dist/bundle.js - cd .. - npm install