Skip to content

Bug: linux hosted builds fail due to missing WinMD #1341

Description

@jonwis

Version

No response

Summary

#1239 added use of a Windows.WinMD file from the windows-rs repo to help validate conformance of cppwinrt's output. https://github.com/microsoft/windows-rs/pull/2609/files?file-filters%5B%5D=.winmd&show-deleted-files=true&show-viewed-files=false# renamed the file in that repo, causing the existing curl ... command in our action to fail.

We should probably have our own copy of the WinMD as test collateral available in this repo. In an ideal world, we wouldn't rely on Windows.WinMD at all and instead use a local custom metaplatform.winmd, but that's not feasible due to heavy reliance on Windows.Foundation.* types, behaviors, and attributes. It is, after all, C++/Win[dows]RT.

Reproducible example

No response

Expected behavior

No response

Actual behavior

No response

Additional comments

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions