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

[chore] Change Makefile updatehelper to not require generated files #37605

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dmitryax
Copy link
Member

To avoid calling make genotelcontribcol genoteltestbedcol unnecessarily

@dmitryax dmitryax requested a review from a team as a code owner January 31, 2025 01:53
@dmitryax dmitryax requested a review from djaglowski January 31, 2025 01:53
to avoid calling make genotelcontribcol genoteltestbedcol unnecessarily
@dmitryax dmitryax force-pushed the update-updatehelper branch from fc2aee9 to 2c796ec Compare January 31, 2025 01:56
Comment on lines +396 to +400
found="false"; \
for gomod in $$(find . -name 'go.mod'); do \
if grep -qF "$$line" "$$gomod"; then \
found="true"; \
package=$$(grep -F "$$line" "$$gomod" | head -n 1 | awk '{print $$1}'); \
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if this work, because for example no other module depends on zpages.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I figured that as well after trying this out

@songy23 songy23 added the ci-cd CI, CD, testing, build issues label Jan 31, 2025
@dmitryax
Copy link
Member Author

I'm going to try something else, since not every dependency can be found outside of cmd/otelcontribcol

@dmitryax dmitryax marked this pull request as draft January 31, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd CI, CD, testing, build issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants