Open
Description
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.