xkaraman left a comment (kamailio/kamailio#4333)
> Please check https://gitlab.alpinelinux.org/safarov/aports/-/jobs/1979230
> Here used `armv7` arch, master branch, commit
> [3ca0382](https://github.com/kamailio/kamailio/commit/3ca03821e6920fe57b15a0a46c22c6e9e9299aa3).
This is getting recognized as `armv8l` by `cmake` as this is the defintion
provided to build `-D__CPU_armv8l`.
1. Due to this line and that is a regex match, it tries to use fast_lock which
is not implemented for armv8l.
I will fix these matches by matching them as a whole string and not just
contain.
2. Are those the same v7 vs v8? I will have to make an alias for it if so, or
use it as is and then fast lock will not be used at all.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4333#issuecomment-3201454347
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4333/3201454...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the
sender!