diff --git a/.github/workflows/android-check.yaml b/.github/workflows/android-check.yaml index 406820804..ea140f9e3 100644 --- a/.github/workflows/android-check.yaml +++ b/.github/workflows/android-check.yaml @@ -80,10 +80,6 @@ jobs: shell: bash run: ./configure.sh - - name: Generate symbols - shell: bash - run: ./tools/unix/generate_symbols.sh - - name: Configure ccache uses: hendrikmuhs/ccache-action@v1.2 with: diff --git a/.github/workflows/ios-check.yaml b/.github/workflows/ios-check.yaml index 83d89bbd7..9ee11aee0 100644 --- a/.github/workflows/ios-check.yaml +++ b/.github/workflows/ios-check.yaml @@ -42,16 +42,6 @@ jobs: shell: bash run: ./configure.sh - - name: Download MWM files - shell: bash - run: | - wget https://cdn.comaps.app/maps/latest/World.mwm -P ./data/ - wget https://cdn.comaps.app/maps/latest/WorldCoasts.mwm -P ./data/ - - - name: Generate symbols - shell: bash - run: ./tools/unix/generate_symbols.sh - - name: Configure XCode cache uses: irgaly/xcode-cache@v1 with: diff --git a/android/Dockerfile b/android/Dockerfile index 402903f05..e65cf8a91 100644 --- a/android/Dockerfile +++ b/android/Dockerfile @@ -19,5 +19,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ optipng WORKDIR /root/comaps RUN ./configure.sh -RUN ./tools/unix/generate_symbols.sh CMD ./gradlew -Parm64 assembleFdroidDebug