-
Notifications
You must be signed in to change notification settings - Fork 617
chore: [DO NOT MERGE] debugging CI failures in PR 3032 #3181
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
chore: [DO NOT MERGE] debugging CI failures in PR 3032 #3181
Conversation
|
This package does not have an assigned component owner and is considered unmaintained. As such this package is in feature-freeze and this PR will be closed with 14 days unless a new owner or a sponsor (a member of @open-telemetry/javascript-approvers) for the feature is found. It is the responsibility of the author to find a sponsor for this feature. |
94b9471 to
14b44db
Compare
|
Running here (https://github.com/open-telemetry/opentelemetry-js-contrib/actions/runs/18918615450/job/54009060382?pr=3181) with I think that indicates that the two concurrent Currently we have two separate [email protected] installs in separate dirs (and, FWIW, another [email protected] install). |
|
Closing. This helped track down the issue. Copied from this Slack comment https://cloud-native.slack.com/archives/C08T7MZTV8W/p1761781178575799?thread_ts=1761762353.429559&cid=C08T7MZTV8W Short answer, the removal of the nx optional binary deps (for all platforms except your dev one) from package-lock.json, e.g.: causes this breakage on platforms other than
See also this comment on an nx issue: nrwl/nx#32750 (comment) |
Refs: #3032
This is Trent's play area to try to grok why CI is failing for ^^ that PR.