You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some extensions depend on libraries written in C, requiring the CGO_ENABLED=1 environment setting. An example is xk6-sql to support using SQLite3 databases. The preference, of course, would be for extensions to utilize pure-Go libraries strictly, but this will not always be the case.
We need the xk6 builder image to allow for the CGO runtime.
The text was updated successfully, but these errors were encountered:
Some extensions depend on libraries written in C, requiring the
CGO_ENABLED=1
environment setting. An example is xk6-sql to support using SQLite3 databases. The preference, of course, would be for extensions to utilize pure-Go libraries strictly, but this will not always be the case.We need the xk6 builder image to allow for the CGO runtime.
The text was updated successfully, but these errors were encountered: