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
Certain extensions require cgo to be enabled. For these extensions to work correctly, cgo support must be implemented (setting the CGO_ENABLED=1 environment variable during build).
Background
The k6 extension registry/catalog includes a cgo boolean property for extensions. A true value indicates that cgo is required to compile the extension.
@pablochacin , as you requested in issue #5, I opened a new issue about cgo support. Since xk6-sql is a popular extension and can be tested most easily with the sqlite3 driver, it would be important to implement cgo support for the start of binary provisioning.
Certain extensions require cgo to be enabled. For these extensions to work correctly, cgo support must be implemented (setting the
CGO_ENABLED=1
environment variable during build).Background
The k6 extension registry/catalog includes a
cgo
boolean property for extensions. Atrue
value indicates that cgo is required to compile the extension.The
sqlite3
diver of thegrafana/xk6-sql
extension,grafana/xk6-sql-driver-sqlite3
, for example, requires cgo to be enabled.https://registry.k6.io/module/github.com%2Fgrafana%2Fxk6-sql-driver-sqlite3/extension.json
The text was updated successfully, but these errors were encountered: