Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore][Makefile] Fix make otel-from-tree (#30333)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> From testing I found out that golang's `replace` directive didn't work properly when using an absolute path with the `../` included. Using a relative path or an absolute path (without `../` in the middle) resolves the issue. The simple and most clear solution is to use a true absolute path, so I've used `dirname` with the repo's root dir to determine the parent dir. **Link to tracking Issue:** <Issue number if applicable> Fixes #30330 **Testing:** <Describe what testing was performed and which tests were added.> Commands in bug description are all working.
- Loading branch information