For posterity, the docker build broke because github changed the version of
ubuntu_latest in github actions from 18.04 to 20.04.

The ACL package is installed by default in Ubuntu 18, but not Ubuntu 20.
Installing it at the beginning of the docker action fixes the build.

On Fri, Mar 5, 2021 at 3:21 PM Mike Drob <md...@mdrob.com> wrote:

> I created a PR for the tests
> https://github.com/apache/lucene-solr/pull/2462
>
> On Fri, Mar 5, 2021 at 1:43 PM Dawid Weiss <dawid.we...@gmail.com> wrote:
>
>> This can be done later too, it's not crucial - these files will be
>> just ignored for compilation immediately after the split.
>>
>> D.
>>
>> On Fri, Mar 5, 2021 at 8:11 PM Mike Drob <md...@mdrob.com> wrote:
>> >
>> > I think I can make TestICUCollationField work without depending on
>> Lucene test sources. The other two will be a bit trickier.
>> >
>> > On Fri, Mar 5, 2021 at 1:56 AM Dawid Weiss <dawid.we...@gmail.com>
>> wrote:
>> >>
>> >> > ./gradlew -Dskip.lucene=true assemble check -x test -x documentation
>> >> > -x checkBrokenLinks -x checkLocalJavadocLinksSite
>> >>
>> >> I made Solr documentation compile last night. Some of the generated
>> >> links point at void (and thus the broken links checker fails) but I
>> >> think it's enough to make the repository split and then clean up
>> >> what's needed in each corresponding repository.
>> >>
>> >> So... this Sunday? Prior to that, we'd have to disable CI build
>> >> services currently pointing at the master branch so that they don't
>> >> start failing (I'll remove all content from master).
>> >>
>> >> Dawid
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> >> For additional commands, e-mail: dev-h...@lucene.apache.org
>> >>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>
>>

Reply via email to