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

Propagate linkshared as appropriate in mozc_win32_cc_prod_binary #1153

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

yukawa
Copy link
Collaborator

@yukawa yukawa commented Dec 23, 2024

Description

This follows up to our previous commit (bc546b2) that was to simplify #1109 but accidentally removed 'linkshared' from Mozc's TIP DLL targets. While a subsequent commit (8d20ea6) addressed the immediate issue by passing 'static_crt' to 'linkshared', strictly speaking they are two orthogonal concepts. Let's decouple them to avoid future confusions.

There must be no immediate change in the final artifacts with this commit right now.

Issue IDs

Steps to test new behaviors (if any)

  • OS: Windows 11
  • Steps:
    1. bazelisk --bazelrc=windows.bazelrc build --config oss_windows --config release_build package
    2. The build succeeds.

This follows up to our previous commit [1], which was a preparation to
address the symbol name mismatch in Mozc's TIP DLLs (google#1108) but
accidentally removed 'linkshared' from them.

While a subsequent commit [2] addressed the immediate issue by passing
'static_crt' to 'linkshared', strictly speaking they are two orthogonal
concepts. Let's decouple them to avoid future confusions.

There must be no immediate change in the final artifacts with this
commit right now.

 [1]: bc546b2
 [2]: 8d20ea6
@yukawa yukawa force-pushed the issue_1108_linkshared branch from 9e52c8c to eaffb5e Compare December 23, 2024 13:00
@hiroyuki-komatsu hiroyuki-komatsu merged commit 29c3581 into google:master Dec 26, 2024
1 check passed
@hiroyuki-komatsu
Copy link
Collaborator

We have merged your PR.
Thank you for the contribution!

@yukawa yukawa deleted the issue_1108_linkshared branch December 26, 2024 12:37
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.

2 participants