[build] Remove redundant configure.sh

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-08-02 10:05:13 +02:00
committed by Konstantin Pastbin
parent 2cb1ed517b
commit 26be9a19dc

View File

@@ -51,9 +51,9 @@ echo "region = auto" >> ~/.config/rclone/rclone.conf
echo "endpoint = $S3_ENDPOINT" >> ~/.config/rclone/rclone.conf echo "endpoint = $S3_ENDPOINT" >> ~/.config/rclone/rclone.conf
# S3_BUCKET is used below during uploading # S3_BUCKET is used below during uploading
echo "<$(date +%T)> Running ./configure.sh ..." export SKIP_MAP_DOWNLOAD=1
cd ~/OM/organicmaps export SKIP_GENERATE_SYMBOLS=1
./configure.sh --skip-map-download --skip-generate-symbols export SKIP_GENERATE_DRULES=1
echo "<$(date +%T)> Compiling tools..." echo "<$(date +%T)> Compiling tools..."
cd ~/OM/organicmaps cd ~/OM/organicmaps