-
Notifications
You must be signed in to change notification settings - Fork 4
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
Custom k6 doesn't compile due to opentelemetry module #21
Comments
Hey @agilob ! Thanks for report! I believe it happens because the |
This was automatically changed by |
Well, unfortunately, automatic does not always work as we expect 😢 I've opened PR #22, it has not been reviewed and merged, and there may be a couple of things more we'll need to do in k6 itself, but here is a workaround on how to build a k6 Example: docker run --rm -it -v "${PWD}:/xk6" grafana/xk6 build v0.53.0 \
--replace "github.com/grafana/xk6-output-opentelemetry=github.com/grafana/xk6-output-opentelemetry@62cb2dc39b1f7b5898fe17ee91adbed1244a113e" \
--with github.com/b4dc0d3rs/k6-utils@main |
I am closing this as the actual k6 master branch now, including all the updates. |
Hi all,
I wanted to use the new k6 but we have a few custom extensions that we need to build to run perf tests. I tried to bump dependencies of the extensions, but can't compile k6 due to:
I'm trying to upgrade k6 in this repo https://github.com/b4dc0d3rs/k6-utils and execute:
The text was updated successfully, but these errors were encountered: