-
Notifications
You must be signed in to change notification settings - Fork 2
PR : gh #231: Refactor makefile to include changes in ut-control #232
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
base: develop
Are you sure you want to change the base?
Conversation
| # Change this to upgrade your ut-control Major versions. Non ABI Changes 1.x.x are supported, between major revisions | ||
|
|
||
| UT_CONTROL_PROJECT_VERSION="2.0.0" # Fixed version | ||
| UT_CONTROL_PROJECT_VERSION="feature/gh109_Makefile_Update_avoid_hardcodedpaths" # Fixed version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update this to latest ut-control before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't need a feature branch for that, unless you are doing changes for ut-core, just upgrade it as part of your release branch...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR refactors the build configuration to support passing compiler information to the ut-control submodule. The changes aim to avoid hardcoded paths by explicitly passing the compiler to ut-control during its build process.
Key Changes:
- Modified
UT_CONTROL_PROJECT_VERSIONto use a feature branch instead of a fixed version tag - Introduced
UT_CONTROL_COMPILERvariable to explicitly pass compiler information to ut-control - Updated the ut-control build invocation to use the new compiler variable
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| build.sh | Changed ut-control version from "2.0.0" to feature branch "feature/gh109_Makefile_Update_avoid_hardcodedpaths" |
| Makefile | Added UT_CONTROL_COMPILER variable and modified ut-control build command to pass compiler explicitly |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
release script results: |
Refactoring makefile to include changes in ut-control