Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't run tests on Elixir main on CI
Since 20/01/2023[1], the CI fails on Elixir main during the compilation of ssl_verify_fun: ==> ssl_verify_fun Compiling 7 files (.erl) src/ssl_verify_fingerprint.erl:15:14: can't find include lib "public_key/include/public_key.hrl" % 15| -include_lib("public_key/include/public_key.hrl"). % | ^ src/ssl_verify_fun_cert_helpers.erl:13:14: can't find include lib "public_key/include/public_key.hrl" % 13| -include_lib("public_key/include/public_key.hrl"). % | ^ src/ssl_verify_fingerprint.erl:27:26: record 'OTPCertificate' undefined % 27| -spec verify_fun(Cert :: #'OTPCertificate'{}, % | ... (more output in the logs[2]) This commit removes Elixir main from the CI matrix to fix the build, but needs to be reverted at a later date. [1]: https://appsignal.semaphoreci.com/workflows/74fc0d82-c6ec-4f74-86f2-df89bb7dbac3?pipeline_id=5243b837-baee-4bed-828d-68c1e7464a9b [2]: https://appsignal.semaphoreci.com/jobs/c9143975-f0a3-426c-b68e-0f5b3b3b5a3b/plain_logs.txt
- Loading branch information