Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
While still in same git repo, separate the builds, so Lucene and Solr can be built independently.
The preparation step includes optional building of just Lucene from current master (prior to any code removal):
Current status of joint and separate builds:
- joint build
gradlew assemble check
- Lucene-only
gradlew -Dskip.solr=true assemble check
- Solr-only (with minor documentation validation exclusions)
gradlew -Dskip.lucene=true assemble check -x test
Attachments
Issue Links
- blocks
-
SOLR-14762 Fork the git repo into two new 'lucene' and 'solr'
- Resolved
- relates to
-
SOLR-15224 Resolve the two ignored tests after Lucene test sources become unavailable
- Open
- links to
- mentioned in
-
Page Loading...