-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix wasm-pack builds #37851
Fix wasm-pack builds #37851
Conversation
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
wasm-pack will do this at build time if the target is not available, but by baking it into the image we avoid having to do it during each build.
And make sure that we always install the version from the lockfile, which prevents wasm-pack from failing with --mode=no-install.
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
@zmb3, I think you'll need to pin golangci-lint to v1.55.2 here: https://github.com/gravitational/teleport.e/blob/b20f3215c07757428e1a43acd1268afe54992877/.github/workflows/lint.yaml#L40. I can update it again after CI stabilizes. |
Sorry, this comment was meant for https://github.com/gravitational/teleport.e/pull/3382. I see you fixed it already. |
Partial backport of #37851
Partial backport of #37851
No description provided.