Philip H.
Philip H.
Link was updated: https://veikk.com/?route=v2/support/down
@bagder @mback2k I need some feedback for this, let me know what you think about this CI implementation. Thank you! :)
m1 (arm64) complie works now π
@bagder CI looks good now π
@bagder maybe we could also find a workaround for openldap so that we don't have to use the build flags: `--disable-ldap --disable-ldaps`.
> What happens if you you remove them? You can see it here: https://cirrus-ci.com/task/5899470490566656 There are some deprecations in `ldap.c` and `ldap.h` -> XCode We could implement a function `--without-ldap`?
> Ah, I've seen those ldap deprecation warnings on "regular" macOS builds too... It works with: `CFLAGS: "-Wno-vla -mmacosx-version-min=10.9"` which we use on "regular" macOS builds as well.
Finally let me know if you what some fine tuning. But for now itβs ready for review/merge
> Thanks for your contribution @pheiduck. I got some minor comments you may want to look at before this is merged. @mback2k done. It only fails now because the branch...
And yes we could it also simplify like the windows task, but maybe on a next PR. ;)