On 4/4/24 09:00, Isabelle Giguere wrote:
Hello devs;
I checked out tag releases/solr/9.5.0
https://github.com/apache/solr/tree/releases/solr/9.5.0 <https://
github.com/apache/solr/tree/releases/solr/9.5.0>
I'm trying to build locally:
./gradlew build --write-locks
The build fails very fast:
I ran these commands on an Ubuntu system with openjdk 17.0.10 installed,
and it built the tarball successfully.
git clone https://github.com/apache/solr.git foo
cd foo
git checkout releases/solr/9.5.0
./gradlew clean distTar
After the build:
sheisey@sheisey-desktop:~/git/foo$ find . -name "*.tgz"
./solr/packaging/build/distributions/solr-9.5.0-SNAPSHOT-slim.tgz
./solr/packaging/build/distributions/solr-9.5.0-SNAPSHOT.tgz
Thanks,
Shawn
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
For additional commands, e-mail: dev-h...@solr.apache.org