Skip to content
Snippets Groups Projects
Unverified Commit 253aa41b authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/rules: Position the jre dependency prior to the cassandra one

That way, the openjdk-17-jre is not pulled within the chroot. It it's pulled, it becomes
the default java to start cassandra and that does not work.

Related to T3053
parent 78c70c7b
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,12 @@ Source: swh-storage
Maintainer: Software Heritage developers <swh-devel@inria.fr>
Section: python
Priority: optional
# Please, let the dependency openjdk-11-jre before cassandra to avoid build issues
# Related to https://forge.softwareheritage.org/T3053#58815
Build-Depends: debhelper (>= 9),
dh-python (>= 2),
cassandra,
openjdk-11-jre,
cassandra,
python3-aiohttp,
python3-all,
python3-cassandra,
......
#!/usr/bin/make -f
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
# To activate more logs
# export SWH_CASSANDRA_LOGS=1
export PYBUILD_NAME=swh.storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment