remove python dependency for building with correct sqlite natives

This commit is contained in:
s809
2025-04-27 00:08:00 +05:00
parent 3721ebea6e
commit b495ac4799
30 changed files with 55 additions and 32 deletions
-3
View File
@@ -17,9 +17,6 @@ variables:
# These can be extended so code is a bit less duplicated
.build_java:
#image: eclipse-temurin:17
before_script:
- apt-get update
- apt-get install python3 python3-pip python-is-python3 python3-venv -y --no-install-recommends
cache:
key: "gradleCache_$CI_JOB_NAME_SLUG"
policy: pull-push