Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
Currently it's not possible to build any native packages (.deb/.rpm) for trunk.
cassandra-builds - docker/*-image.docker
- Add Java11 to debian+centos build image
- (packaged ant scripts won't work with Java 11 on centos, so we may have to install ant from tarballs)
cassandra-builds - docker/build-*.sh
- set JAVA8_HOME to Java8
- set JAVA_HOME to Java11 (4.0) or Java8 (<4.0)
cassandra - redhat/cassandra.spec
- Check if patches still apply after
CASSANDRA-14707 - Add fqltool as %files
We may also have to change the version handling in build.xml or build-*.sh, depending how we plan to release packages during beta, or if we plan to do so at all before GA.
Attachments
Issue Links
- is related to
-
CASSANDRA-15838 Add deb and rpm packaging to artifacts test script
- Resolved
- relates to
-
CASSANDRA-14714 `ant artifacts` broken on trunk (4.0); creates no tar artifacts
- Resolved
- links to