Skip to content
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

Remove lerna dependency #1997

Merged
merged 3 commits into from
Nov 23, 2023
Merged

Conversation

andreasgerstmayr
Copy link
Contributor

Which problem is this PR solving?

lerna/nx does not support s390x, and therefore the jaeger-ui build fails on this platform. This PR removes the lerna dependency from jaeger-ui.

https://github.com/nrwl/nx/blob/16.6.0/packages/nx/src/native/index.js#L161
https://github.com/nrwl/nx/blob/16.6.0/docs/shared/installation/troubleshoot-installation.md#supported-native-module-platforms

Resolves: #1996
Resolves: #341

Description of the changes

Remove lerna and use yarn workspaces instead.

How was this change tested?

  • local

Checklist

Signed-off-by: Andreas Gerstmayr <[email protected]>
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7c1692c) 96.54% compared to head (d4b2840) 96.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1997   +/-   ##
=======================================
  Coverage   96.54%   96.54%           
=======================================
  Files         256      256           
  Lines        7604     7604           
  Branches     1978     1978           
=======================================
  Hits         7341     7341           
  Misses        263      263           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro added changelog:dependencies Update to dependencies changelog:ci Change related to continuous integration / testing labels Nov 23, 2023
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🎉

@yurishkuro yurishkuro merged commit f391b86 into jaegertracing:main Nov 23, 2023
11 of 12 checks passed
@albertteoh albertteoh added changelog:dependencies Update to dependencies and removed changelog:dependencies Update to dependencies changelog:ci Change related to continuous integration / testing labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:dependencies Update to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: jaeger-ui fails to compile on s390x due to a dependency on lerna/nx Audit use of lerna
4 participants