Skip to content

scripts: pass tags to modernize#2371

Merged
burgerdev merged 3 commits into
mainfrom
burgerdev/modernize
May 6, 2026
Merged

scripts: pass tags to modernize#2371
burgerdev merged 3 commits into
mainfrom
burgerdev/modernize

Conversation

@burgerdev
Copy link
Copy Markdown
Member

No description provided.

@burgerdev burgerdev requested a review from charludo May 5, 2026 12:46
@burgerdev burgerdev added the no changelog PRs not listed in the release notes label May 5, 2026
Copy link
Copy Markdown
Collaborator

@charludo charludo left a comment

Choose a reason for hiding this comment

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

I assume the cli/coordinator changes are the result of the flags being passed? Reason I'm asking is that these same changes are curiously also present in #2369

@burgerdev
Copy link
Copy Markdown
Member Author

I assume the cli/coordinator changes are the result of the flags being passed? Reason I'm asking is that these same changes are curiously also present in #2369

That's where I found the error messages to begin with. I assumed that the gofix step was simply being skipped for all packages that consume sdk.

@burgerdev burgerdev force-pushed the burgerdev/modernize branch from b3b847e to 5c3e1dc Compare May 5, 2026 16:16
burgerdev added 2 commits May 5, 2026 18:27
Both `go fix` and `modernize` use the GOFLAGS environment variable, so
we don't need to specify a flag for it.
This mirrors our go build configurations, which always set it the same
way. Furthermore, there's an issue in CI where containers/storage tries
to compile btrfs C code and fails in some workers. This does not happen
without CGo.
@burgerdev burgerdev force-pushed the burgerdev/modernize branch from 5c3e1dc to 5fc654f Compare May 5, 2026 16:28
@burgerdev
Copy link
Copy Markdown
Member Author

@charludo fixed the other issue in the gofix flow, too.

@burgerdev burgerdev requested a review from charludo May 5, 2026 18:18
@burgerdev burgerdev merged commit 75bcba7 into main May 6, 2026
19 of 20 checks passed
@burgerdev burgerdev deleted the burgerdev/modernize branch May 6, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog PRs not listed in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants