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

fix(build): resolve compilation issues with third-party libraries #29702

Merged
merged 4 commits into from
Feb 8, 2025

Conversation

JinqingKuang
Copy link
Contributor

  • Fixed the import order of third-party libraries to prevent dependency resolution errors during compilation.
  • Added return code checks for third-party library download and compilation processes to detect failures early and improve build robustness.

Description

Please briefly describe the code changes in this pull request.

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

- Fixed the import order of third-party libraries to prevent
  dependency resolution errors during compilation.
- Added return code checks for third-party library download and
  compilation processes to detect failures early and improve
  build robustness.
@tomchon tomchon requested a review from zitsen as a code owner February 7, 2025 11:08
@guanshengliang guanshengliang merged commit db80702 into main Feb 8, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants