-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: openssl should be set to lib #1054
Conversation
otherwise prisma can't find the libraries and will error out
So that's related to #1030 ? Is there any work around before this is getting merged? |
@baptisteArno you can manually add openssl as a lib via the |
Looks like some relevant tests are failing. Could you please look into whats going on there. It might be an issue with older versions of prisma? |
This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This pull request was closed for lack of activity. Feel free to reopen later. |
I'd like to revive this PR as I think it is still needed. Some of the tests are failing and can check it out more deeply next week. It would also be a good idea to add a test for prisma 5 |
This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This pull request was closed for lack of activity. Feel free to reopen later. |
Without this, prisma can't find the libraries and will error out