On Thu, Jun 23, 2022 at 1:55 AM Eric Covener <cove...@gmail.com> wrote: > > On Wed, Jun 22, 2022 at 7:53 PM Yann Ylavic <ylavic....@gmail.com> wrote: > > > > On Thu, Jun 23, 2022 at 1:14 AM Eric Covener <cove...@gmail.com> wrote: > > > > > > On Wed, Jun 22, 2022 at 10:30 AM Yann Ylavic <ylavic....@gmail.com> wrote: > > > > > > > > On Wed, Jun 22, 2022 at 2:26 PM Ivan Zhakov via dev > > > > <dev@apr.apache.org> wrote: > > > > > > > > > > As far I understand Apache Infra recommends to migrate Continuous > > > > > Integration builds from Travis to GitHub Actions. > > > > > > > > > > I've added initial configuration for GitHub Actions for APR project: > > > > > https://svn.apache.org/repos/asf/apr/apr/trunk/.github/workflows/ > > > > > > > > > > GitHub supports Linux, macOS and Windows runners. > > > > > > > > Nice work Ivan, thanks a bunch! > > > > > > > > Regards; > > > > Yann. > > > > > > > > PS: now the macos guys have some work > > > > (https://github.com/apache/apr/runs/7004338300?check_suite_focus=true) > > > > > > I think on mac we do not have xml2-config and build/xml.m4 does not > > > actually set xml2_LIBS to anything when xml2 is auto-detected. > > > I think a similar path is wrong when --with-xml2 passes a dir instead > > > of a path to xml2-config. > > > > > > I am testing this which seemed to just work for the no xml2 args at > > > all case w/ no xml2-config: > > > > Looks good to me, though I can't test on macos.. > > > > apr_file_datasync() is failing in test_datasync_on_stream() with errno=45: > > https://github.com/apache/apr/runs/7014421531?check_suite_focus=true#step:6:297 > > We already ignore EINVAL which is returned by Linux (meaning ENOTIMPL > > there IIRC), any idea what errno=45 is on macos? > > ENOTSUP > 45: Operation not supported
Thanks, looks like we can ignore that one too (r1902180).