Skip to content

[libdicom] Remove unnecessary native compiler probe - #52922

Merged
Victor Romero (vicroms) merged 1 commit into
microsoft:masterfrom
vicroms:fix-ci-134292
Jul 16, 2026
Merged

[libdicom] Remove unnecessary native compiler probe#52922
Victor Romero (vicroms) merged 1 commit into
microsoft:masterfrom
vicroms:fix-ci-134292

Conversation

@vicroms

@vicroms Victor Romero (vicroms) commented Jul 15, 2026

Copy link
Copy Markdown
Member

Fix build issue in CI 20260708.1 run.

Upstream builds dicom-dict-build as a native executable, this causes a redundant compiler probe that fails with LNK1104. The patch makes it so that the host compiler is used for native builds and the pre-generated dictionary is used for cross builds.

Native builds use the already-detected host compiler, while cross builds continue using the pre-generated dictionary.

@BillyONeal Billy O'Neal (BillyONeal) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Seems plausible. Thanks!

@vicroms
Victor Romero (vicroms) merged commit abc9508 into microsoft:master Jul 16, 2026
16 checks passed
@vicroms
Victor Romero (vicroms) deleted the fix-ci-134292 branch July 21, 2026 23:31
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