-
Notifications
You must be signed in to change notification settings - Fork 1
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
CGO_ENABLED handling problem #5
Comments
@szkiba I think these are two different issues. The first is likely an incorrect handling of the |
Regarding the first one, could you please provide a way to reproduce the issue? I just build a custom binary with the Client side:
Sever side:
|
CGO_ENABLED=1
on client, CopyGoEnv true on API call, but server does not setCGO_ENABLED=1
. Reproducible with the xk6-sql extension and SQLite database.The text was updated successfully, but these errors were encountered: