Details
Description
The debian docker image used by the cassandra-deb-packaging.sh tries to set the jdk like
update-java-alternatives --set java-1.8.0-openjdk-amd64
This won't work on arm64.
Suggestion is to replace it with the following:
update-java-alternatives --set $(update-java-alternatives -l | cut -d" " -f1 | grep java-1.8)
Attachments
Attachments
Issue Links
- blocks
-
CASSANDRA-16475 Add Jenkins arm64 jobs to ci-cassandra.a.o
- Resolved
- relates to
-
CASSANDRA-15835 Upgrade-dtests on trunk not working in CircleCI
- Resolved
-
INFRA-21313 Add Jenkins arm64 agents to ci-cassandra.a.o
- Closed