circleci 2021-12-11

I'm getting:

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Referenced from: /private/var/folders/6y/gy9gggt14379c_k39vwb50lc0000gn/T/MariaDB4j/base/bin/mysqld
  Reason: image not found
in a mac build. How can I fix this?

Would you have a build link I can point our mac team at?

I fixed it using a workaround using ln -s - it's likely not an issue with CircleCI but with this testing library

OK, thanks for the update 👍