On Mon, 14 Feb 2022 at 18:58, Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > Add support for macOS 12 build on Cirrus-CI, similarly to commit > 0e103a65ba1 ("gitlab: support for ... macOS 11 via cirrus-run"), > but with the following differences: > - Enable modules (configure --enable-modules) > - Do not run softfloat3 tests (make check-softfloat) > - Run Aarch64 qtests instead of x86_64 ones > > Generate the vars file by calling 'make lcitool-refresh'. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > .gitlab-ci.d/cirrus.yml | 16 ++++++++++++++++ > .gitlab-ci.d/cirrus/macos-12.vars | 16 ++++++++++++++++ > audio/coreaudio.c | 2 +-
This coreaudio.c change looks like it should have been in a different patch ? > tests/lcitool/refresh | 1 + Was this the change that was supposed to be in the previous patch? thanks -- PMM